python310Packages.scikit-hep-testdata: 0.4.20 -> 0.4.21

This commit is contained in:
R. Ryantm
2022-09-20 02:43:43 +00:00
parent 7e2450c1b3
commit 3ef0c1ae51
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "scikit-hep-testdata";
version = "0.4.20";
version = "0.4.21";
format = "pyproject";
# fetch from github as we want the data files
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "scikit-hep";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-xUXHacUIOr309HCHpzFw0g4i0bgiYcvYTCwBBbVVlR0=";
sha256 = "sha256-DhOtoxjhczsYqOn+CwLGlRIPa2hh7mH6EfwcLLPMQcw=";
};
nativeBuildInputs = [