rucio: 38.2.0 -> 38.3.0

This commit is contained in:
R. Ryantm
2025-09-29 19:20:13 +00:00
parent adbb27e135
commit 2bd3f15802
@@ -40,13 +40,13 @@
}:
let
version = "38.2.0";
version = "38.3.0";
src = fetchFromGitHub {
owner = "rucio";
repo = "rucio";
tag = version;
hash = "sha256-HYHiW/izKSkn08xLY7gJfuYK1C/ArOQ2DAwleSkcZ/I=";
hash = "sha256-hMFWydOWfpRooOVd1wJ5jDWsdvF2oT1n/SlLj3CM9Qs=";
};
in
buildPythonPackage {