Merge pull request #198567 from fabaff/shtab-bump

python310Packages.shtab: 1.5.5 -> 1.5.6
This commit is contained in:
Fabian Affolter 2022-10-30 09:11:49 +01:00 committed by GitHub
commit b7ca0b24e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "shtab";
version = "1.5.5";
version = "1.5.6";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-I6De64eawNi36c8NiyVxj63PkxnZfUYYT4Dw4l42Ztk=";
hash = "sha256-w04wvmzWcp92slPIc2f1En+52J9Z/XvjGHHntCeuTd0=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;