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

This commit is contained in:
R. Ryantm 2021-10-28 18:05:44 +00:00 committed by Dmitry Kalinkin
parent 8d380db0fd
commit 28f111989d

View File

@ -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 = [