diff --git a/pkgs/development/python-modules/acquire/default.nix b/pkgs/development/python-modules/acquire/default.nix index 5c0a9e3dcf26..979cc397b533 100644 --- a/pkgs/development/python-modules/acquire/default.nix +++ b/pkgs/development/python-modules/acquire/default.nix @@ -8,7 +8,6 @@ minio, pycryptodome, pytestCheckHook, - pythonOlder, requests, requests-toolbelt, rich, @@ -18,16 +17,14 @@ buildPythonPackage rec { pname = "acquire"; - version = "3.20"; + version = "3.20.1"; pyproject = true; - disabled = pythonOlder "3.9"; - src = fetchFromGitHub { owner = "fox-it"; repo = "acquire"; tag = version; - hash = "sha256-BfY7LKSP82QnRz3QdfUNFvz7epw5RwGT/H2S43MSvVk="; + hash = "sha256-QX7rPoJJqBPdvN2LzSBw8kGDSsIHLm65TJ0uXuhwB4Q="; }; build-system = [ @@ -68,7 +65,7 @@ buildPythonPackage rec { meta = with lib; { description = "Tool to quickly gather forensic artifacts from disk images or a live system"; homepage = "https://github.com/fox-it/acquire"; - changelog = "https://github.com/fox-it/acquire/releases/tag/${version}"; + changelog = "https://github.com/fox-it/acquire/releases/tag/${src.tag}"; license = licenses.agpl3Only; maintainers = with maintainers; [ fab ]; };