rucio: 38.2.0 -> 38.3.0 (#447282)

This commit is contained in:
Nick Cao
2025-09-30 22:30:58 +00:00
committed by GitHub
@@ -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 {