Skip to content

Commit

Permalink
python312Packages.icontract: 2.6.6 -> 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 17, 2024
1 parent a54d06d commit f5a6aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/icontract/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

buildPythonPackage rec {
pname = "icontract";
version = "2.6.6";
version = "2.7.0";
pyproject = true;

disabled = pythonOlder "3.6";
Expand All @@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "Parquery";
repo = "icontract";
rev = "refs/tags/v${version}";
hash = "sha256-R5/FBfuTvXItfTlNZMSnO18Q+etnHbQyXFWpaOpOLes=";
hash = "sha256-+0h3Zb7lTxtaWTv2/MmvQCcccUKhTOxGqbqKELE8mQY=";
};

preCheck = ''
Expand Down

0 comments on commit f5a6aae

Please sign in to comment.