python311Packages.acquire: 3.8 -> 3.9

Diff: https://github.com/fox-it/acquire/compare/refs/tags/3.8...3.9

Changelog: https://github.com/fox-it/acquire/releases/tag/3.9
This commit is contained in:
Fabian Affolter 2023-09-27 10:51:44 +02:00
parent 4207ee6638
commit 17cf006eee

View file

@ -17,16 +17,16 @@
buildPythonPackage rec {
pname = "acquire";
version = "3.8";
version = "3.9";
format = "pyproject";
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "fox-it";
repo = "acquire";
rev = "refs/tags/${version}";
hash = "sha256-JfZ0sc7hFj71XxGWTTZ50uGWuKoWKY4vYm0v+zS2YiQ=";
hash = "sha256-ppkfnPJEvCImTA0+NjYD8r6SHcx9eBN9GBvo0IZYcjY=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;