python312Packages.scikit-hep-testdata: 0.4.39 -> 0.4.40

This commit is contained in:
R. Ryantm
2024-03-14 14:31:53 +00:00
parent 9f26152cc3
commit b4c9421762
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "scikit-hep-testdata";
version = "0.4.39";
version = "0.4.40";
format = "pyproject";
disabled = pythonOlder "3.6";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "scikit-hep";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-tcKEJrqB7cblcmH4PtSmx0heUew2+aDE4+mk2v9cUuo=";
hash = "sha256-6PUAam7eDWQOMS3SVIVJXvqQLBE187yUbkiyFZ+ojcU=";
};
nativeBuildInputs = [