summary refs log tree commit diff
path: root/pkgs/development/libraries/physics
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-02-04 07:55:21 -0800
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2019-02-04 18:48:20 -0500
commit904e9ab04859f976dbf3b84e1274a9e41a9cfc50 (patch)
treeccf3ea7bfeb15edc534f36d9433986bc4678eb7c /pkgs/development/libraries/physics
parentae7e8c6a2f67fed948ec37391602724b6e625fda (diff)
downloadnixpkgs-904e9ab04859f976dbf3b84e1274a9e41a9cfc50.tar
nixpkgs-904e9ab04859f976dbf3b84e1274a9e41a9cfc50.tar.gz
nixpkgs-904e9ab04859f976dbf3b84e1274a9e41a9cfc50.tar.bz2
nixpkgs-904e9ab04859f976dbf3b84e1274a9e41a9cfc50.tar.lz
nixpkgs-904e9ab04859f976dbf3b84e1274a9e41a9cfc50.tar.xz
nixpkgs-904e9ab04859f976dbf3b84e1274a9e41a9cfc50.tar.zst
nixpkgs-904e9ab04859f976dbf3b84e1274a9e41a9cfc50.zip
pythia: 8.235 -> 8.240
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pythia/versions
Diffstat (limited to 'pkgs/development/libraries/physics')
-rw-r--r--pkgs/development/libraries/physics/pythia/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/physics/pythia/default.nix b/pkgs/development/libraries/physics/pythia/default.nix
index 3f9f3f8498b..e84aaf37325 100644
--- a/pkgs/development/libraries/physics/pythia/default.nix
+++ b/pkgs/development/libraries/physics/pythia/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "pythia-${version}";
-  version = "8.235";
+  version = "8.240";
 
   src = fetchurl {
     url = "http://home.thep.lu.se/~torbjorn/pythia8/pythia${builtins.replaceStrings ["."] [""] version}.tgz";
-    sha256 = "17cfgs7v469pdnnzvlmdagcdhi0h419znqmaws90l9d8cmhhsbz8";
+    sha256 = "13cd86030j1f00n4xw30g26cgir3a5lsn9n0z13dh1vprbc9ax6j";
   };
 
   buildInputs = [ boost fastjet hepmc zlib rsync lhapdf ];