rivet: 3.1.9 -> 3.1.10
This commit is contained in:
parent
e4796838fd
commit
72804e76d4
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "rivet";
|
pname = "rivet";
|
||||||
version = "3.1.9";
|
version = "3.1.10";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.hepforge.org/archive/rivet/Rivet-${version}.tar.bz2";
|
url = "https://www.hepforge.org/archive/rivet/Rivet-${version}.tar.bz2";
|
||||||
hash = "sha256-9lMgRdph7rKtwgqavEFmtLLUGrLByltQDNYWuxuS57E=";
|
hash = "sha256-RYuODfHec46ZctJLJg6qCH3xLJnU/p3uU3fUfqakmRk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
latex = texliveBasic.withPackages (ps: with ps; [
|
latex = texliveBasic.withPackages (ps: with ps; [
|
||||||
|
|
Loading…
Reference in a new issue