rcu: 4.0.27 -> 4.0.29

This commit is contained in:
OPNA2608
2025-09-20 16:19:52 +02:00
parent 41212d7dff
commit 376179991e
+2 -2
View File
@@ -23,7 +23,7 @@ let
in
python3Packages.buildPythonApplication rec {
pname = "rcu";
version = "4.0.27";
version = "4.0.29";
format = "other";
@@ -31,7 +31,7 @@ python3Packages.buildPythonApplication rec {
let
src-tarball = requireFile {
name = "rcu-${version}-source.tar.gz";
hash = "sha256-3ablHXkvcFu1/VMUMvxbOWZhDGN+G+5MNLl8ZK9oJ5M=";
hash = "sha256-qbHjRKH9GOwBduyod8AOm2SYOjGUH1mYSpCTifOehVM=";
url = "https://www.davisr.me/projects/rcu/";
};
in