diff options
| author | Dmitry Kalinkin <dmitry.kalinkin@gmail.com> | 2023-07-31 19:57:06 -0400 |
|---|---|---|
| committer | Dmitry Kalinkin <dmitry.kalinkin@gmail.com> | 2023-07-31 19:57:06 -0400 |
| commit | 2f6b72858e07d9d0b7cfa12e73a0e93062205973 (patch) | |
| tree | 2e6cc87395b9651378a5830428e4bd58a974da08 | |
| parent | python310Packages.dask-awkward: 2023.6.1 -> 2023.6.3 (#240267) (diff) | |
| download | nixpkgs-origin/pr/pythia_8_310.tar.gz | |
pythia: 8.309 -> 8.310origin/pr/pythia_8_310
| -rw-r--r-- | pkgs/development/libraries/physics/pythia/default.nix | 4 |
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 3048a1a51ac8..0916eae24669 100644 --- a/pkgs/development/libraries/physics/pythia/default.nix +++ b/pkgs/development/libraries/physics/pythia/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "pythia"; - version = "8.309"; + version = "8.310"; src = fetchurl { url = "https://pythia.org/download/pythia83/pythia${builtins.replaceStrings ["."] [""] version}.tgz"; - sha256 = "sha256-W9r9nyxKHEf9ik6C+58Nj8+6TeEAO44Uvk4DR0NtbDM="; + sha256 = "sha256-kMgRq+ej0v/b+bSuq1HPbgpai++04++oBvPVucMR4ic="; }; nativeBuildInputs = [ rsync ] |
