3
0
Fork 0
forked from mirrors/nixpkgs

python38Packages.scikit-hep-testdata: 0.4.4 -> 0.4.6

This commit is contained in:
R. RyanTM 2021-08-23 05:19:09 +00:00 committed by Dmitry Kalinkin
parent efae9dfeef
commit da1d0c8056

View file

@ -11,7 +11,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "scikit-hep-testdata"; pname = "scikit-hep-testdata";
version = "0.4.4"; version = "0.4.6";
format = "pyproject"; format = "pyproject";
# fetch from github as we want the data files # fetch from github as we want the data files
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "scikit-hep"; owner = "scikit-hep";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1kd1nl62bydb2rk47ymh30l33jbaji3mb9zbvxlvxladrbqnxagp"; sha256 = "16y84nrs8zn0vnarrniqjwq1sp6yrs0mx7ma0rdvzjafasiak9vm";
}; };
nativeBuildInputs = [ nativeBuildInputs = [