thepeg: 2.2.3 -> 2.3.0

This commit is contained in:
R. Ryantm
2023-12-30 03:35:27 -05:00
committed by Dmitry Kalinkin
parent 9669418dc3
commit 890d5d2b2a
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "thepeg";
version = "2.2.3";
version = "2.3.0";
src = fetchurl {
url = "https://www.hepforge.org/archive/thepeg/ThePEG-${version}.tar.bz2";
hash = "sha256-8hRzGXp2H8MpF7CKjSTSv6+T/1fzRB/WBdqZrJ3l1Qs=";
hash = "sha256-rDWXmuicKWCMqSwVakn/aKrOeloSoMkvCgGoM9LTRXI=";
};
nativeBuildInputs = [ autoreconfHook ];