python312Packages.scikit-hep-testdata: 0.4.45 -> 0.4.46

This commit is contained in:
R. Ryantm 2024-07-17 05:57:08 +00:00
parent 73ff0bcbd3
commit 1e6ad43418

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "scikit-hep-testdata";
version = "0.4.45";
version = "0.4.46";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "scikit-hep";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Kpn7Z+LJPZ9rNxQLXFtACJvfpRdDs58cy+1QlbbODLA=";
hash = "sha256-lihStYseIthw74kMSDHYpYaLCJGIKlx4gb0VqQu8tc4=";
};
nativeBuildInputs = [ setuptools-scm ];