rucio: 38.5.0 -> 38.5.1 (#462572)

This commit is contained in:
Dmitry Kalinkin
2025-11-17 21:10:59 +00:00
committed by GitHub
@@ -40,13 +40,13 @@
}:
let
version = "38.5.0";
version = "38.5.1";
src = fetchFromGitHub {
owner = "rucio";
repo = "rucio";
tag = version;
hash = "sha256-j+VFPS4obKdbbFPj3HZnpe5bzIMgOGaCeaKAiRuc0Gk=";
hash = "sha256-MJcWTUg072EmG5j4fFTCuWI0ABqITLSINwp2nxVnj4A=";
};
in
buildPythonPackage {