python3Packages.pyhepmc: 2.12.0 -> 2.13.2

This commit is contained in:
Martin Weinelt
2023-09-27 15:33:59 +02:00
parent 7c36f449df
commit 760735f936
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pyhepmc";
version = "2.12.0";
version = "2.13.2";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "scikit-hep";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-po1ad02dpY69RRhaRApskH6tdOaSIsCl5PgpjsAzyKo=";
hash = "sha256-M18Bq6WrAINpgPx5+uh8dufPBxIklRHpbBWUYMC8v10=";
fetchSubmodules = true;
};