Skip to content

Commit 0a0f4a1

Browse files
committed
Update to clusterlib 0.3.0rc14
1 parent 1552434 commit 0a0f4a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nix/cardano-clusterlib.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
buildPythonPackage rec {
44
pname = "cardano-clusterlib";
5-
version = "0.3.0rc13";
5+
version = "0.3.0rc14";
66
src = fetchPypi {
77
inherit pname version;
8-
sha256 = "2BsVkJmzyJJ/pAAtoNAmhTJeIRQUaY6ocAtlD7jglt4=";
8+
sha256 = "RG186mU6rpPc0zq07Ci2mZUwn2VGZJBol0uKazUAJ0E=";
99
};
1010
doCheck = false;
1111
nativeBuildInputs = [ setuptools_scm ];

setup.cfg

Lines changed: 1 addition & 1 deletion
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.0rc13,<0.4.0
35+
cardano-clusterlib >= 0.3.0rc14,<0.4.0
3636
cbor2
3737
filelock
3838
hypothesis

0 commit comments

Comments
 (0)