python310Packages.acquire: 3.7 -> 3.8

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

Changelog: https://github.com/fox-it/acquire/releases/tag/3.8
This commit is contained in:
Fabian Affolter 2023-08-11 09:19:07 +02:00
parent abe08c6c21
commit 9902a55b0b

View File

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