python310Packages.shtab: 1.6.0 -> 1.6.1

Diff: https://github.com/iterative/shtab/compare/refs/tags/v1.6.0...v1.6.1

Changelog: https://github.com/iterative/shtab/releases/tag/v1.6.1
This commit is contained in:
Fabian Affolter 2023-04-11 21:15:38 +02:00
parent 3196b965ed
commit 56efef4466

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "shtab";
version = "1.6.0";
version = "1.6.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-CR6fUDLjwUu2pD/1crUDPjU22evybUAfBA/YF/zf1mk=";
hash = "sha256-5qjavFzwFH75SlTQxxhMoJjBRIjGz9oogdvSw9dkjz0=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;