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 let
version = "38.4.0"; version = "38.5.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rucio"; owner = "rucio";
repo = "rucio"; repo = "rucio";
tag = version; tag = version;
hash = "sha256-PGBVStSLyNHbW8vmx7enxsqaw7KRMzR2HPXun9GMPQY="; hash = "sha256-j+VFPS4obKdbbFPj3HZnpe5bzIMgOGaCeaKAiRuc0Gk=";
}; };
in in
buildPythonPackage { buildPythonPackage {