Merge pull request #191997 from r-ryantm/auto-update/python310Packages.scikit-hep-testdata

python310Packages.scikit-hep-testdata: 0.4.20 -> 0.4.21
This commit is contained in:
Fabian Affolter 2022-09-21 09:39:43 +02:00 committed by GitHub
commit e6b1d5897e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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