rucio: 39.0.0 -> 39.1.0

This commit is contained in:
R. Ryantm
2026-01-20 19:07:41 +00:00
parent 0fae44bd1d
commit d348ba03f5
@@ -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 {