rivet: 4.0.2 -> 4.0.3

This commit is contained in:
Dmitry Kalinkin
2025-02-18 04:07:50 -05:00
parent 07679a005a
commit facea472a0
+2 -2
View File
@@ -21,11 +21,11 @@
stdenv.mkDerivation rec {
pname = "rivet";
version = "4.0.2";
version = "4.0.3";
src = fetchurl {
url = "https://www.hepforge.org/archive/rivet/Rivet-${version}.tar.bz2";
hash = "sha256-ZaOzb0K/94LtJ2eTDmaeCbFAiZYF15cvyPd3hbSogsA=";
hash = "sha256-27l7dp0Yd/NMPFAZASe/2nhHvOx5uh3llWH99DzdSGk=";
};
latex = texliveBasic.withPackages (