python38Packages.scikit-hep-testdata: 0.4.7 -> 0.4.8

This commit is contained in:
R. RyanTM 2021-09-19 09:21:30 +00:00 committed by Dmitry Kalinkin
parent f21f2b07d7
commit 2448e9eb11

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "scikit-hep-testdata";
version = "0.4.7";
version = "0.4.8";
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 = "0bydqgl7pxmj7nb952p08q64d15d8hbvfdnzkbx9wr71mw7cf3vm";
sha256 = "0x5p42c9iqwdx15gdvccddlx4a5a8aix7h01345afrlgpnnpqcv4";
};
nativeBuildInputs = [