python38Packages.scikit-hep-testdata: 0.4.9 -> 0.4.10

This commit is contained in:
R. Ryantm
2021-10-29 09:24:23 +00:00
parent 22a500a3f8
commit 604168a4b2
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "scikit-hep-testdata";
version = "0.4.9";
version = "0.4.10";
format = "pyproject";
# fetch from github as we want the data files
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "scikit-hep";
repo = pname;
rev = "v${version}";
sha256 = "0y70nx94y2qf0zmaqjq4ljld31jh277ica0j4c3ck2ph7jrs5pg0";
sha256 = "0x6ba02f3sba9341nhyg9jdcbl9c1h880d8m75ybdpbn7zlaya1d";
};
nativeBuildInputs = [