python310Packages.scikit-hep-testdata: 0.4.24 -> 0.4.25

This commit is contained in:
R. Ryantm 2022-12-27 00:54:45 +00:00
parent c2e1d345cb
commit d57af94bde

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "scikit-hep-testdata";
version = "0.4.24";
version = "0.4.25";
format = "pyproject";
# fetch from github as we want the data files
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "scikit-hep";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-Q9yyzwFQpqN3Q1SmNKDBxdo51uMqKp8xJ9Ilo9eCTV0=";
sha256 = "sha256-JiQaGyvoECylcJHWR2xm8ob5fA+0FmIEQpTuxxysvlw=";
};
nativeBuildInputs = [