mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
python312Packages.icontract: 2.7.0 -> 2.7.1 (#345155)
This commit is contained in:
commit
1b5d35de1c
@ -16,7 +16,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "icontract";
|
||||
version = "2.7.0";
|
||||
version = "2.7.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user