rucio: 38.0.0 -> 38.2.0 (#443162)

This commit is contained in:
Dmitry Kalinkin
2025-09-18 04:51:42 +00:00
committed by GitHub
@@ -40,13 +40,13 @@
}:
let
version = "38.0.0";
version = "38.2.0";
src = fetchFromGitHub {
owner = "rucio";
repo = "rucio";
tag = version;
hash = "sha256-/uA1PfP5K/Z22QcqQKez70dQJ4lTOLiQHQwEi1mkLPo=";
hash = "sha256-HYHiW/izKSkn08xLY7gJfuYK1C/ArOQ2DAwleSkcZ/I=";
};
in
buildPythonPackage {