Skip to content

Commit

Permalink
Merge pull request #1730 from input-output-hk/update_clusterlib_0.4.3
Browse files Browse the repository at this point in the history
Update to cardano-clusterlib v0.4.3
  • Loading branch information
mkoura committed Apr 4, 2023
2 parents e774928 + 67664db commit 749c9e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nix/cardano-clusterlib.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

buildPythonPackage rec {
pname = "cardano-clusterlib";
version = "0.4.2";
version = "0.4.3";
src = fetchPypi {
inherit pname version;
sha256 = "PJA62sYwIKtU5yTVI6dSucxAHcoqvHsNRkna2fjB2Vo=";
sha256 = "86c7dI6iC+cma3ZwDw1iEEXN06/Yva7yX/5peLxaq04=";
};
doCheck = false;
nativeBuildInputs = [ setuptools_scm ];
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ setup_requires =
setuptools_scm
install_requires =
allure-pytest
cardano-clusterlib >= 0.4.2,<0.5.0
cardano-clusterlib >= 0.4.3,<0.5.0
cbor2
filelock
hypothesis
Expand Down

0 comments on commit 749c9e3

Please sign in to comment.