From 2e7b92d439682fe93e2cae4bd902668488b455d4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 9 Aug 2024 08:08:56 +0200 Subject: [PATCH] python312Packages.asf-search: update disabled - update changelog entry --- pkgs/development/python-modules/asf-search/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/asf-search/default.nix b/pkgs/development/python-modules/asf-search/default.nix index eef775e0abe6..7e9cbbe64cda 100644 --- a/pkgs/development/python-modules/asf-search/default.nix +++ b/pkgs/development/python-modules/asf-search/default.nix @@ -23,7 +23,7 @@ buildPythonPackage rec { version = "8.0.0"; pyproject = true; - disabled = pythonOlder "3.7"; + disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "asfadmin"; @@ -36,7 +36,6 @@ buildPythonPackage rec { build-system = [ setuptools-scm ]; - dependencies = [ dateparser importlib-metadata @@ -60,7 +59,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python wrapper for the ASF SearchAPI"; homepage = "https://github.com/asfadmin/Discovery-asf_search"; - changelog = "https://github.com/asfadmin/Discovery-asf_search/blob/${version}/CHANGELOG.md"; + changelog = "https://github.com/asfadmin/Discovery-asf_search/blob/v${version}/CHANGELOG.md"; license = licenses.bsd3; maintainers = with maintainers; [ bzizou ]; };