Skip to content

Commit a195fae

Browse files
r-ryantmveprbl
authored andcommitted
python312Packages.rivet: 4.0.3 -> 4.1.0
1 parent 6e8d3ae commit a195fae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ri/rivet/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121

2222
stdenv.mkDerivation rec {
2323
pname = "rivet";
24-
version = "4.0.3";
24+
version = "4.1.0";
2525

2626
src = fetchurl {
2727
url = "https://www.hepforge.org/archive/rivet/Rivet-${version}.tar.bz2";
28-
hash = "sha256-27l7dp0Yd/NMPFAZASe/2nhHvOx5uh3llWH99DzdSGk=";
28+
hash = "sha256-ZUijUaROWkMD+yJ351IWkKnYQZXfltkscHuBbztAyEM=";
2929
};
3030

3131
latex = texliveBasic.withPackages (

0 commit comments

Comments
 (0)