Unverified Commit 16ec95ab authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.globus-sdk: 3.62.0 -> 3.63.0 (#444243)

parents 5200ef07 2a5bd6c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

buildPythonPackage rec {
  pname = "globus-sdk";
  version = "3.62.0";
  version = "3.63.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
    owner = "globus";
    repo = "globus-sdk-python";
    tag = version;
    hash = "sha256-uvvv96ztvzCmXx63brvnoKcfXUsDgZA9cNeCB7jdawQ=";
    hash = "sha256-ucVDjOV1NmHguwXSWbomNz9gjrxpeGmoZqF/Je6BL/4=";
  };

  build-system = [ setuptools ];