python3Packages.pyhepmc: 2.13.4 -> 2.14.0 (#360461)

This commit is contained in:
Dmitry Kalinkin 2024-12-03 14:57:50 -05:00 committed by GitHub
parent fbb7dcdbe0
commit 1904047ff0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pyhepmc";
version = "2.13.4";
version = "2.14.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "scikit-hep";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-86LDk0G9ckbV+/pNtLJa9EsA6plxerKI3ygxq680IKo=";
hash = "sha256-yh02Z1nPGjghZYHkPBlClDEztq4VQsW3H+kuco/lBpk=";
fetchSubmodules = true;
};