rucio: 38.4.0 -> 38.5.0

This commit is contained in:
R. Ryantm
2025-10-31 11:08:05 +00:00
parent 55fc1b11fa
commit dbc4e4b444

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 {