Merge pull request #299601 from r-ryantm/auto-update/python312Packages.scikit-hep-testdata

python312Packages.scikit-hep-testdata: 0.4.42 -> 0.4.43
This commit is contained in:
Nick Cao 2024-03-28 10:18:42 -04:00 committed by GitHub
commit 8814d4a14a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "scikit-hep-testdata";
version = "0.4.42";
version = "0.4.43";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "scikit-hep";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-2zUo/uGIQl0wSFWWxoTmttzUNq9rFGJRYr95PQJH/I8=";
hash = "sha256-+CJyo6motrS89eDJct1zh6zOOrrw+yfAODA/BaVm00A=";
};
nativeBuildInputs = [