python3Packages.scikit-hep-testdata: 0.4.3 -> 0.4.4

This commit is contained in:
Jonathan Ringer 2021-06-18 18:39:14 -07:00 committed by Martin Weinelt
parent e3aed8eac1
commit 586b0d6df4

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "scikit-hep-testdata";
version = "0.4.3";
version = "0.4.4";
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 = "sha256-3uy2uZb0Y9nOHlXtsDd9LGALvTXl1ZQ6P3m2dQ2ceHo=";
sha256 = "1kd1nl62bydb2rk47ymh30l33jbaji3mb9zbvxlvxladrbqnxagp";
};
nativeBuildInputs = [