Merge pull request #201988 from fabaff/shtab-bump

python310Packages.shtab: 1.5.7 -> 1.5.8

Changed files
+3 -2
pkgs
development
python-modules
shtab
+3 -2
pkgs/development/python-modules/shtab/default.nix
···
buildPythonPackage rec {
pname = "shtab";
-
version = "1.5.7";
+
version = "1.5.8";
format = "setuptools";
disabled = pythonOlder "3.7";
···
owner = "iterative";
repo = pname;
rev = "refs/tags/v${version}";
-
hash = "sha256-BIUUg+Y6bbgjnIWPU/bZO2axSLSzIsRJwyu7lBVQz/Q=";
+
hash = "sha256-FVV8AKe3PG387jarWYbXWxwVUAX6sM89KM8MuOr5cRw=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;
···
meta = with lib; {
description = "Module for shell tab completion of Python CLI applications";
homepage = "https://docs.iterative.ai/shtab/";
+
changelog = "https://github.com/iterative/shtab/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};