rcu: 4.0.30 -> 4.0.31 (#473223)

This commit is contained in:
Cosima Neidahl
2025-12-22 14:37:56 +00:00
committed by GitHub
+2 -2
View File
@@ -24,7 +24,7 @@ let
in
python3Packages.buildPythonApplication rec {
pname = "rcu";
version = "4.0.30";
version = "4.0.31";
format = "other";
@@ -32,7 +32,7 @@ python3Packages.buildPythonApplication rec {
let
src-tarball = requireFile {
name = "rcu-${version}-source.tar.gz";
hash = "sha256-SJnDTW6oQUd+UjWgJz74Po+ibk3JfotFU7CIt4J/nDA=";
hash = "sha256-gOf6CaLqoGqJuTcyARdLnKiovPDFRtsABJgEEF7fx+A=";
url = "https://www.davisr.me/projects/rcu/";
};
in