python311Packages.scikit-hep-testdata: 0.4.37 -> 0.4.38

This commit is contained in:
R. Ryantm 2024-02-03 18:46:36 +00:00 committed by Dmitry Kalinkin
parent fdbcfd5c1a
commit 98c828f982

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "scikit-hep-testdata";
version = "0.4.37";
version = "0.4.38";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "scikit-hep";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-/zg6B1vBDaHXRSMo+Wy+CuQaBXP7v1hX2X2cK/7Djlk=";
hash = "sha256-/+1eENbpng/X1g108cEGiTZlIkdcqqnm9wyN9ECH5D4=";
};
nativeBuildInputs = [