rcu: 4.0.30 -> 4.0.31

This commit is contained in:
Henrique Oliveira
2025-12-22 10:35:11 +01:00
parent 77061f61d6
commit 73c8a23aac
+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