python3Packages.scikit-hep-testdata: 0.6.2 -> 0.6.3

This commit is contained in:
R. Ryantm
2026-03-05 22:12:33 +00:00
parent d2acf504d6
commit 705b9878a3
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "scikit-hep-testdata";
version = "0.6.2";
version = "0.6.3";
pyproject = true;
src = fetchFromGitHub {
owner = "scikit-hep";
repo = "scikit-hep-testdata";
tag = "v${version}";
hash = "sha256-RA/A8av/KXVimktrjU4lHHMw+SokS7niB6zWhgZ4+IQ=";
hash = "sha256-Qo0Mh2e8lr18hY9+6qWRh8XGgiSNIOTlFlucQ6Frztw=";
};
build-system = [ setuptools-scm ];