We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1552434 commit 0a0f4a1Copy full SHA for 0a0f4a1
nix/cardano-clusterlib.nix
@@ -2,10 +2,10 @@
2
3
buildPythonPackage rec {
4
pname = "cardano-clusterlib";
5
- version = "0.3.0rc13";
+ version = "0.3.0rc14";
6
src = fetchPypi {
7
inherit pname version;
8
- sha256 = "2BsVkJmzyJJ/pAAtoNAmhTJeIRQUaY6ocAtlD7jglt4=";
+ sha256 = "RG186mU6rpPc0zq07Ci2mZUwn2VGZJBol0uKazUAJ0E=";
9
};
10
doCheck = false;
11
nativeBuildInputs = [ setuptools_scm ];
setup.cfg
@@ -32,7 +32,7 @@ setup_requires =
32
setuptools_scm
33
install_requires =
34
allure-pytest
35
- cardano-clusterlib >= 0.3.0rc13,<0.4.0
+ cardano-clusterlib >= 0.3.0rc14,<0.4.0
36
cbor2
37
filelock
38
hypothesis
0 commit comments