rcu: 4.0.25 -> 4.0.26

(cherry picked from commit ee56f797a4)
This commit is contained in:
OPNA2608
2025-08-28 22:45:10 +02:00
committed by github-actions[bot]
parent a54f59786b
commit 30f77dfd6e

View File

@@ -20,7 +20,7 @@
python3Packages.buildPythonApplication rec {
pname = "rcu";
version = "4.0.25";
version = "4.0.26";
format = "other";
@@ -28,7 +28,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