Merge pull request #232692 from fabaff/invocations-bump

python311Packages.invocations: 3.1.0 -> 3.3.0
This commit is contained in:
Fabian Affolter 2023-05-19 06:13:16 +02:00 committed by GitHub
commit 062aab451e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "invocations";
version = "3.1.0";
version = "3.3.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "pyinvoke";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-NlYoikv43oD5+Iz2CeeCGG3Fm648UgA3YZQFOfWSy58=";
hash = "sha256-JnhdcxhBNsYgDMcljtGKjOT1agujlao/66QifGuh6I0=";
};
postPatch = ''