rucio: 38.4.0 -> 38.5.0 (#457212)

This commit is contained in:
Dmitry Kalinkin
2025-10-31 16:50:05 +00:00
committed by GitHub

View File

@@ -40,13 +40,13 @@
}:
let
version = "38.4.0";
version = "38.5.0";
src = fetchFromGitHub {
owner = "rucio";
repo = "rucio";
tag = version;
hash = "sha256-PGBVStSLyNHbW8vmx7enxsqaw7KRMzR2HPXun9GMPQY=";
hash = "sha256-j+VFPS4obKdbbFPj3HZnpe5bzIMgOGaCeaKAiRuc0Gk=";
};
in
buildPythonPackage {