python310Packages.shtab: 1.5.5 -> 1.5.6

This commit is contained in:
Fabian Affolter 2022-10-30 01:49:52 +02:00
parent e6e6bad81b
commit 8f4dd2cad1

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;