Skip to content

Commit

Permalink
python312Packages.icontract: 2.7.0 -> 2.7.1 (#345155)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada authored Sep 28, 2024
2 parents cbf65fc + 89fca96 commit 1b5d35d
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.7.0";
version = "2.7.1";
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-+0h3Zb7lTxtaWTv2/MmvQCcccUKhTOxGqbqKELE8mQY=";
hash = "sha256-7mRQ1g2mllHIaZh0jEd/iCgaDja1KJXuRnamhDo/Pbo=";
};

preCheck = ''
Expand Down

0 comments on commit 1b5d35d

Please sign in to comment.