rcu: 4.0.29 -> 4.0.30 (#456926)

This commit is contained in:
Matteo Pacini
2025-10-30 08:17:19 +00:00
committed by GitHub

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