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 20 21 21 buildPythonPackage rec { 22 22 pname = "asf-search"; 23 - version = "8.0.1"; 23 + version = "8.1.1"; 24 24 pyproject = true; 25 25 26 - disabled = pythonOlder "3.8"; 26 + disabled = pythonOlder "3.9"; 27 27 28 28 src = fetchFromGitHub { 29 29 owner = "asfadmin"; 30 30 repo = "Discovery-asf_search"; 31 31 tag = "v${version}"; 32 - hash = "sha256-mOhY64Csxdc/DYS1OlbstxYEodtpXTVyPwd4B1jrDK8="; 32 + hash = "sha256-9NyBDpCIsRBPN2965SR106h6hxwML7kXv6sY3YlPseA="; 33 33 }; 34 34 35 35 pythonRelaxDeps = [ "tenacity" ];