Unverified Commit c9f6ed8f authored by Yueh-Shun Li's avatar Yueh-Shun Li Committed by GitHub
Browse files

python3Packages.gfal2-python: 1.13.0 -> 1.13.1 (#456184)

parents 41412135 99467bc9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@
}:
buildPythonPackage rec {
  pname = "gfal2-python";
  version = "1.13.0";
  version = "1.13.1";
  format = "setuptools";
  src = fetchFromGitHub {
    owner = "cern-fts";
    repo = "gfal2-python";
    rev = "v${version}";
    hash = "sha256-TF8EwT1UEtB9lhfq8Jkn9rrSkSxMSLzuAywfB23K1kE=";
    hash = "sha256-OUpsnKSsFOhiSg0npJW/9Htl4XNt/6zEPuB9nd6b43w=";
  };
  nativeBuildInputs = [
    cmake