Merge pull request #234250 from fabaff/acquire-bump

python311Packages.acquire: 3.5 -> 3.6

authored by Fabian Affolter and committed by GitHub 8ecec2d9 e00ca28e

+2 -2
+2 -2
pkgs/development/python-modules/acquire/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "acquire"; 20 - version = "3.5"; 20 + version = "3.6"; 21 21 format = "pyproject"; 22 22 23 23 disabled = pythonOlder "3.7"; ··· 26 26 owner = "fox-it"; 27 27 repo = "acquire"; 28 28 rev = "refs/tags/${version}"; 29 - hash = "sha256-F0kKydFDL2XafK7A66qn3Ad/mGZU8x3UKtXtKpxHZqU="; 29 + hash = "sha256-oH+uxu61+d6qEQmT7joxwlyfpv7mF8ug6OzHmyUa95Y="; 30 30 }; 31 31 32 32 SETUPTOOLS_SCM_PRETEND_VERSION = version;