python310Packages.rivet: 3.1.8 -> 3.1.9
This commit is contained in:
parent
9fbf0cfba5
commit
786cf3644e
@ -2,11 +2,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "rivet";
|
||||
version = "3.1.8";
|
||||
version = "3.1.9";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.hepforge.org/archive/rivet/Rivet-${version}.tar.bz2";
|
||||
hash = "sha256-dbPz1BnKY4jR/S7A7afh+Q8yS5lszwWR9IpdLijczBM=";
|
||||
hash = "sha256-9lMgRdph7rKtwgqavEFmtLLUGrLByltQDNYWuxuS57E=";
|
||||
};
|
||||
|
||||
latex = texliveBasic.withPackages (ps: with ps; [
|
||||
|
Loading…
Reference in New Issue
Block a user