python312Packages.asf-search: 8.0.1 -> 8.1.1 (#374646)

https://github.com/asfadmin/Discovery-asf_search/blob/v8.1.1/CHANGELOG.md

authored by R. RyanTM and committed by GitHub 4854bede 9155958c

+3 -3
+3 -3
pkgs/development/python-modules/asf-search/default.nix
··· 20 21 buildPythonPackage rec { 22 pname = "asf-search"; 23 - version = "8.0.1"; 24 pyproject = true; 25 26 - disabled = pythonOlder "3.8"; 27 28 src = fetchFromGitHub { 29 owner = "asfadmin"; 30 repo = "Discovery-asf_search"; 31 tag = "v${version}"; 32 - hash = "sha256-mOhY64Csxdc/DYS1OlbstxYEodtpXTVyPwd4B1jrDK8="; 33 }; 34 35 pythonRelaxDeps = [ "tenacity" ];
··· 20 21 buildPythonPackage rec { 22 pname = "asf-search"; 23 + version = "8.1.1"; 24 pyproject = true; 25 26 + disabled = pythonOlder "3.9"; 27 28 src = fetchFromGitHub { 29 owner = "asfadmin"; 30 repo = "Discovery-asf_search"; 31 tag = "v${version}"; 32 + hash = "sha256-9NyBDpCIsRBPN2965SR106h6hxwML7kXv6sY3YlPseA="; 33 }; 34 35 pythonRelaxDeps = [ "tenacity" ];