Unverified Commit 4854bede authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

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

parent 9155958c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,16 +20,16 @@

buildPythonPackage rec {
  pname = "asf-search";
  version = "8.0.1";
  version = "8.1.1";
  pyproject = true;

  disabled = pythonOlder "3.8";
  disabled = pythonOlder "3.9";

  src = fetchFromGitHub {
    owner = "asfadmin";
    repo = "Discovery-asf_search";
    tag = "v${version}";
    hash = "sha256-mOhY64Csxdc/DYS1OlbstxYEodtpXTVyPwd4B1jrDK8=";
    hash = "sha256-9NyBDpCIsRBPN2965SR106h6hxwML7kXv6sY3YlPseA=";
  };

  pythonRelaxDeps = [ "tenacity" ];