python311Packages.shtab: 1.6.3 -> 1.6.4

Diff: https://github.com/iterative/shtab/compare/refs/tags/v1.6.3...v1.6.4

Changelog: https://github.com/iterative/shtab/releases/tag/v1.6.4
This commit is contained in:
Fabian Affolter
2023-08-08 09:18:44 +02:00
parent 9042b00dec
commit d609b465df
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "shtab";
version = "1.6.3";
version = "1.6.4";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-9XXAVwno8rO5Uw7S5FWsyEUSqUE46QRehpAr5wIlYgc=";
hash = "sha256-BMwi3a7CPq58G30XlkJdSfSP6oc6u2AuSPAwEExI9zM=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;