rcu: 4.0.25 -> 4.0.26

This commit is contained in:
OPNA2608
2025-08-28 22:45:10 +02:00
parent e419db9fc2
commit ee56f797a4
+2 -2
View File
@@ -23,7 +23,7 @@ let
in
python3Packages.buildPythonApplication rec {
pname = "rcu";
version = "4.0.25";
version = "4.0.26";
format = "other";
@@ -31,7 +31,7 @@ python3Packages.buildPythonApplication rec {
let
src-tarball = requireFile {
name = "rcu-${version}-source.tar.gz";
hash = "sha256-8xcYAQxUmY8beUrRYmOn5UeWibr0EUZLOG4pFfeeSdw=";
hash = "sha256-yY3OFZVHxhVurfjSEeR+UUNHQdpc08jhgaDEvMWRsLA=";
url = "https://www.davisr.me/projects/rcu/";
};
in