python312Packages.shtab: 1.6.5 -> 1.7.0

Diff: https://github.com/iterative/shtab/compare/refs/tags/v1.6.5...v1.7.0

Changelog: https://github.com/iterative/shtab/releases/tag/v1.7.0
This commit is contained in:
Fabian Affolter 2024-02-21 15:18:19 +01:00
parent 216f8d1a29
commit f6dc498e77

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "shtab";
version = "1.6.5";
version = "1.7.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-jplcKVXWogSrYRGch0qypWGNzO9HErR5B9S1iT4eFcM=";
hash = "sha256-b2XXDyO/2AnlxViC6sEEYUGviF6+FGXBnBcdQOuTViY=";
};
postPatch = ''