rcu: 4.0.29 -> 4.0.30

This commit is contained in:
OPNA2608
2025-10-30 08:10:22 +01:00
parent fc3497c71f
commit 1aeb6c7b28
+3 -2
View File
@@ -19,11 +19,12 @@
}:
let
# shiboken2 is broken on Python > 3.12
python3Packages = python312Packages;
in
python3Packages.buildPythonApplication rec {
pname = "rcu";
version = "4.0.29";
version = "4.0.30";
format = "other";
@@ -31,7 +32,7 @@ python3Packages.buildPythonApplication rec {
let
src-tarball = requireFile {
name = "rcu-${version}-source.tar.gz";
hash = "sha256-qbHjRKH9GOwBduyod8AOm2SYOjGUH1mYSpCTifOehVM=";
hash = "sha256-SJnDTW6oQUd+UjWgJz74Po+ibk3JfotFU7CIt4J/nDA=";
url = "https://www.davisr.me/projects/rcu/";
};
in