Unverified Commit d76e0b7a authored by Cosima Neidahl's avatar Cosima Neidahl Committed by GitHub
Browse files

rcu: 4.0.30 -> 4.0.31 (#473223)

parents 0ced0781 73c8a23a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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