python310Packages.scikit-hep-testdata: 0.4.28 -> 0.4.30

This commit is contained in:
R. Ryantm 2023-03-27 08:18:32 +00:00
parent 56206539ba
commit 399396ec83

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "scikit-hep-testdata";
version = "0.4.28";
version = "0.4.30";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "scikit-hep";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-RpjjN26zxX1VSm3G/4GMOSUbnDk3mhOSIcpzexGPuUs=";
hash = "sha256-8nmzU+aCBlGZs0O3/7gcP9zDM9LyCb6hVqW4cNKxrU4=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;