python3Packages.pyhepmc: add disabled

This commit is contained in:
Fabian Affolter 2023-09-01 08:30:48 +02:00 committed by GitHub
parent a6d4008450
commit 0caa636470
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@
, pybind11
, wheel
, pytestCheckHook
, pythonOlder
, graphviz
}:
@ -16,6 +17,8 @@ buildPythonPackage rec {
version = "2.12.0";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "scikit-hep";
repo = pname;