From ad1401c0bc81cb65bc6b4ee5b7bdb3fd929c30ff Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 26 Mar 2025 14:40:26 +0000 Subject: [PATCH] python312Packages.hepmc3: 3.3.0 -> 3.3.1 --- pkgs/development/libraries/physics/hepmc3/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/physics/hepmc3/default.nix b/pkgs/development/libraries/physics/hepmc3/default.nix index 6598cd520b9a..2e770ce59fd8 100644 --- a/pkgs/development/libraries/physics/hepmc3/default.nix +++ b/pkgs/development/libraries/physics/hepmc3/default.nix @@ -17,11 +17,11 @@ in stdenv.mkDerivation rec { pname = "hepmc3"; - version = "3.3.0"; + version = "3.3.1"; src = fetchurl { url = "http://hepmc.web.cern.ch/hepmc/releases/HepMC3-${version}.tar.gz"; - sha256 = "sha256-b4dgke3PfubQwNsE4IAFbonvwaYavmI1XZfOjnNXadY="; + sha256 = "sha256-CCQBYLDyjcMpOqTWHOZeLWfNWXrPb6ykOfLkZiX355M="; }; nativeBuildInputs = [