rucio: 40.3.0 -> 40.4.0 (#535115)

This commit is contained in:
Nick Cao
2026-06-25 20:10:57 +00:00
committed by GitHub
@@ -40,13 +40,13 @@
}:
let
version = "40.3.0";
version = "40.4.0";
src = fetchFromGitHub {
owner = "rucio";
repo = "rucio";
tag = version;
hash = "sha256-HJE4isk+1eOyfIzjVKg888CxW/JuKFGtTbjZNEfodt4=";
hash = "sha256-aeLVMcC6ca3ZgWMSZJhhD1vW9oqxUKls0yF6gQFwfqU=";
};
in
buildPythonPackage {