python3Packages.scikit-hep-testdata: 0.5.8 -> 0.6.0

https://github.com/scikit-hep/scikit-hep-testdata/releases/tag/v0.6.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:38:51 +01:00
parent 62d6953210
commit aaa74de916
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "scikit-hep-testdata";
version = "0.5.8";
version = "0.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "scikit-hep";
repo = "scikit-hep-testdata";
tag = "v${version}";
hash = "sha256-NAb+2AwU6BwPkgYr0WQn47hdeS+cRLgYckcDT2/dHpU=";
hash = "sha256-mefyBbZRHNwCApnkhB0xrTLiQl9G+JsVNEaW2PDa6AM=";
};
build-system = [ setuptools-scm ];