python3Packages.shtab: 1.6.4 -> 1.6.5

https://github.com/iterative/shtab/releases/tag/v1.6.5
This commit is contained in:
Martin Weinelt
2023-12-20 20:45:25 +01:00
parent f4237a5a87
commit 59ef903933
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "shtab";
version = "1.6.4";
version = "1.6.5";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-BMwi3a7CPq58G30XlkJdSfSP6oc6u2AuSPAwEExI9zM=";
hash = "sha256-jplcKVXWogSrYRGch0qypWGNzO9HErR5B9S1iT4eFcM=";
};
postPatch = ''