rucio: 39.4.2 -> 40.3.0

This commit is contained in:
R. Ryantm
2026-06-16 06:23:58 +00:00
parent 5a21d1bfee
commit cc01a06290
@@ -40,13 +40,13 @@
}:
let
version = "39.4.2";
version = "40.3.0";
src = fetchFromGitHub {
owner = "rucio";
repo = "rucio";
tag = version;
hash = "sha256-xLOSdpkBjku3AehH6n9+hT1HM5QCwr1Sh7KEQRHr7jg=";
hash = "sha256-HJE4isk+1eOyfIzjVKg888CxW/JuKFGtTbjZNEfodt4=";
};
in
buildPythonPackage {