rucio: 39.0.0 -> 39.1.0 (#482042)

This commit is contained in:
Dmitry Kalinkin
2026-01-22 00:25:04 +00:00
committed by GitHub
@@ -40,13 +40,13 @@
}:
let
version = "39.0.0";
version = "39.1.0";
src = fetchFromGitHub {
owner = "rucio";
repo = "rucio";
tag = version;
hash = "sha256-3KRcoS1VwjRynBgDIvCRu1dOIVF8mlAG7P17ROLE1ZY=";
hash = "sha256-ef8rVRDVkkEcsQ5AKz1W2L21abyY2dfHMWh2Rv0oxPA=";
};
in
buildPythonPackage {