summary refs log tree commit diff
path: root/pkgs/development/libraries/physics
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2023-04-19 10:27:50 -0400
committerGitHub <noreply@github.com>2023-04-19 10:27:50 -0400
commitecf8dae25d5c0d344848b238aa342b073ef0b2a7 (patch)
tree5e60e875814cc1be4a78a44374328309650b87fc /pkgs/development/libraries/physics
parent8864be5e182b50d12cacf7c1f37756d287b59a07 (diff)
downloadnixpkgs-ecf8dae25d5c0d344848b238aa342b073ef0b2a7.tar
nixpkgs-ecf8dae25d5c0d344848b238aa342b073ef0b2a7.tar.gz
nixpkgs-ecf8dae25d5c0d344848b238aa342b073ef0b2a7.tar.bz2
nixpkgs-ecf8dae25d5c0d344848b238aa342b073ef0b2a7.tar.lz
nixpkgs-ecf8dae25d5c0d344848b238aa342b073ef0b2a7.tar.xz
nixpkgs-ecf8dae25d5c0d344848b238aa342b073ef0b2a7.tar.zst
nixpkgs-ecf8dae25d5c0d344848b238aa342b073ef0b2a7.zip
hepmc3: 3.2.5 -> 3.2.6 (#226333)
Diffstat (limited to 'pkgs/development/libraries/physics')
-rw-r--r--pkgs/development/libraries/physics/hepmc3/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/physics/hepmc3/default.nix b/pkgs/development/libraries/physics/hepmc3/default.nix
index 3379e3d04d2..f0caef03348 100644
--- a/pkgs/development/libraries/physics/hepmc3/default.nix
+++ b/pkgs/development/libraries/physics/hepmc3/default.nix
@@ -16,11 +16,11 @@ in
 
 stdenv.mkDerivation rec {
   pname = "hepmc3";
-  version = "3.2.5";
+  version = "3.2.6";
 
   src = fetchurl {
     url = "http://hepmc.web.cern.ch/hepmc/releases/HepMC3-${version}.tar.gz";
-    sha256 = "sha256-zQ91yA91VJxZzCqCns52Acd96Xyypat1eQysjh1YUDI=";
+    sha256 = "sha256-JI87WzbddzhEy+c9UfYIkUWDNLmGsll1TFnb9Lvx1SU=";
   };
 
   nativeBuildInputs = [