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

This commit is contained in:
R. Ryantm
2025-07-28 18:58:18 -04:00
committed by Dmitry Kalinkin
parent 9acb1a35d7
commit 2a469e7d0b
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "scikit-hep-testdata";
version = "0.5.4";
version = "0.5.8";
pyproject = true;
src = fetchFromGitHub {
owner = "scikit-hep";
repo = "scikit-hep-testdata";
tag = "v${version}";
hash = "sha256-LDOBd+0Aw/x9qW30Tb0B9AlhckOkJhY+Mx4ERkvDbJc=";
hash = "sha256-NAb+2AwU6BwPkgYr0WQn47hdeS+cRLgYckcDT2/dHpU=";
};
build-system = [ setuptools-scm ];