python312Packages.icontract: 2.6.6 -> 2.7.0 (#342629)

This commit is contained in:
Thiago Kenji Okada 2024-09-18 10:44:41 +01:00 committed by GitHub
commit 5c5ad6d686
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "icontract";
version = "2.6.6";
version = "2.7.0";
pyproject = true;
disabled = pythonOlder "3.6";
@ -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 = ''