rcu: 2025.001r -> 2025.001s (#387261)

This commit is contained in:
Nick Cao
2025-03-06 15:51:24 -05:00
committed by GitHub
+2 -2
View File
@@ -20,7 +20,7 @@
python3Packages.buildPythonApplication rec {
pname = "rcu";
version = "2025.001r";
version = "2025.001s";
format = "other";
@@ -28,7 +28,7 @@ python3Packages.buildPythonApplication rec {
let
src-tarball = requireFile {
name = "rcu-d${version}-source.tar.gz";
hash = "sha256-3pTfe0ytcvLnO65S0Uqrv/IBoidpEIQXqkcIG354hUU=";
hash = "sha256-QC9ieulYAmE9pwt1/eZmyI5MZfRV0f24Pe5oKtuXNok=";
url = "https://www.davisr.me/projects/rcu/";
};
in