python311Packages.acquire: 3.10 -> 3.11

Changelog: https://github.com/fox-it/acquire/releases/tag/3.11
This commit is contained in:
Fabian Affolter
2023-12-18 21:15:36 +01:00
parent 994fc1f931
commit 3e4e841124
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "acquire";
version = "3.10";
version = "3.11";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "acquire";
rev = "refs/tags/${version}";
hash = "sha256-8fvVK/mH+pgPaaxNKvKOw1qU0ElWAmNVP6YAqvBTwio=";
hash = "sha256-0aLPDh9lrKpHo97VFFwCmPXyXXNFGgkdjoppzm3BCTo=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;