rucio: 38.0.0 -> 38.2.0

This commit is contained in:
R. Ryantm
2025-09-15 13:02:46 +00:00
parent b82347b61a
commit 84dea96653
@@ -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 {