We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3470a7a commit 20ce009Copy full SHA for 20ce009
nix/cardano-clusterlib.nix
@@ -2,10 +2,10 @@
2
3
buildPythonPackage rec {
4
pname = "cardano-clusterlib";
5
- version = "0.3.0rc4";
+ version = "0.3.0rc5";
6
src = fetchPypi {
7
inherit pname version;
8
- sha256 = "cPcz/eyypbtoZLZ5FThTjdBD993tLdyFouGFb5put3k=";
+ sha256 = "6RN/OvapNejKCl5y5h5Gr57g3Xkq2PI1IC0hLNNnZw8=";
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.0rc4,<0.4.0
+ cardano-clusterlib >= 0.3.0rc5,<0.4.0
36
cbor2
37
filelock
38
hypothesis
0 commit comments