rucio: 40.4.0 -> 40.4.1

This commit is contained in:
R. Ryantm
2026-07-06 19:14:16 +00:00
parent 3f9778f68c
commit ee32bde211
@@ -40,13 +40,13 @@
}:
let
version = "40.4.0";
version = "40.4.1";
src = fetchFromGitHub {
owner = "rucio";
repo = "rucio";
tag = version;
hash = "sha256-aeLVMcC6ca3ZgWMSZJhhD1vW9oqxUKls0yF6gQFwfqU=";
hash = "sha256-0o4rJbl4GOH0M0sWkNtDqKJgdgrQyCLihao99RVIXqs=";
};
in
buildPythonPackage {