python311Packages.scikit-hep-testdata: 0.4.33 -> 0.4.34

This commit is contained in:
R. Ryantm 2023-10-18 13:44:37 +00:00
parent af421ccb0a
commit c30c388d48

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "scikit-hep-testdata";
version = "0.4.33";
version = "0.4.34";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "scikit-hep";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-IAi1LS6LqcvMR3dqNcppuyoMNM/hRT1eH+LZbczWW/M=";
hash = "sha256-kHpJXqFQI3vtDJIcH2ebzbaReHecwItDh73/NcoPk9A=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;