rucio: 38.3.0 -> 38.4.0

This commit is contained in:
R. Ryantm
2025-10-21 19:05:19 +00:00
parent cce16dbcfb
commit c9142c94f5
@@ -40,13 +40,13 @@
}:
let
version = "38.3.0";
version = "38.4.0";
src = fetchFromGitHub {
owner = "rucio";
repo = "rucio";
tag = version;
hash = "sha256-hMFWydOWfpRooOVd1wJ5jDWsdvF2oT1n/SlLj3CM9Qs=";
hash = "sha256-PGBVStSLyNHbW8vmx7enxsqaw7KRMzR2HPXun9GMPQY=";
};
in
buildPythonPackage {