Unverified Commit c16d94e2 authored by Matteo Pacini's avatar Matteo Pacini Committed by GitHub
Browse files

rcu: 4.0.29 -> 4.0.30 (#456926)

parents da061e11 1aeb6c7b
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -19,11 +19,12 @@
}:

let
  # shiboken2 is broken on Python > 3.12
  python3Packages = python312Packages;
in
python3Packages.buildPythonApplication rec {
  pname = "rcu";
  version = "4.0.29";
  version = "4.0.30";

  format = "other";

@@ -31,7 +32,7 @@ python3Packages.buildPythonApplication rec {
    let
      src-tarball = requireFile {
        name = "rcu-${version}-source.tar.gz";
        hash = "sha256-qbHjRKH9GOwBduyod8AOm2SYOjGUH1mYSpCTifOehVM=";
        hash = "sha256-SJnDTW6oQUd+UjWgJz74Po+ibk3JfotFU7CIt4J/nDA=";
        url = "https://www.davisr.me/projects/rcu/";
      };
    in