Merge pull request #232692 from fabaff/invocations-bump

python311Packages.invocations: 3.1.0 -> 3.3.0

authored by Fabian Affolter and committed by GitHub 062aab45 569e15b7

+2 -2
+2 -2
pkgs/development/python-modules/invocations/default.nix
··· 13 14 buildPythonPackage rec { 15 pname = "invocations"; 16 - version = "3.1.0"; 17 format = "setuptools"; 18 19 disabled = pythonOlder "3.6"; ··· 22 owner = "pyinvoke"; 23 repo = pname; 24 rev = "refs/tags/${version}"; 25 - hash = "sha256-NlYoikv43oD5+Iz2CeeCGG3Fm648UgA3YZQFOfWSy58="; 26 }; 27 28 postPatch = ''
··· 13 14 buildPythonPackage rec { 15 pname = "invocations"; 16 + version = "3.3.0"; 17 format = "setuptools"; 18 19 disabled = pythonOlder "3.6"; ··· 22 owner = "pyinvoke"; 23 repo = pname; 24 rev = "refs/tags/${version}"; 25 + hash = "sha256-JnhdcxhBNsYgDMcljtGKjOT1agujlao/66QifGuh6I0="; 26 }; 27 28 postPatch = ''