fastjet: 3.3.4 -> 3.4.0

This commit is contained in:
Dmitry Kalinkin 2021-09-01 04:03:08 -04:00
parent 5da845a7e0
commit 249cc6f92f
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "fastjet";
version = "3.3.4";
version = "3.4.0";
src = fetchurl {
url = "http://fastjet.fr/repo/fastjet-${version}.tar.gz";
sha256 = "00zwvmnp2j79z95n9lgnq67q02bqfgirqla8j9y6jd8k3r052as3";
hash = "sha256-7gfIdHyOrYbYjeSp5OjR6efXYUlz9WMbqCl/egJHi5E=";
};
buildInputs = [ python2 ];