Skip to content

Commit 20ce009

Browse files
committed
Depend on clusterlib 0.3.0rc5
1 parent 3470a7a commit 20ce009

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nix/cardano-clusterlib.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
buildPythonPackage rec {
44
pname = "cardano-clusterlib";
5-
version = "0.3.0rc4";
5+
version = "0.3.0rc5";
66
src = fetchPypi {
77
inherit pname version;
8-
sha256 = "cPcz/eyypbtoZLZ5FThTjdBD993tLdyFouGFb5put3k=";
8+
sha256 = "6RN/OvapNejKCl5y5h5Gr57g3Xkq2PI1IC0hLNNnZw8=";
99
};
1010
doCheck = false;
1111
nativeBuildInputs = [ setuptools_scm ];

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ setup_requires =
3232
setuptools_scm
3333
install_requires =
3434
allure-pytest
35-
cardano-clusterlib >= 0.3.0rc4,<0.4.0
35+
cardano-clusterlib >= 0.3.0rc5,<0.4.0
3636
cbor2
3737
filelock
3838
hypothesis

0 commit comments

Comments
 (0)