python3Packages.gfal2-python: 1.13.0 -> 1.13.1

This commit is contained in:
R. Ryantm
2025-10-27 12:24:53 +00:00
parent b48fdaf267
commit 99467bc916
@@ -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