Merge pull request #247877 from fabaff/shtab-bump

python311Packages.shtab: 1.6.3 -> 1.6.4
This commit is contained in:
Fabian Affolter 2023-08-08 22:28:16 +02:00 committed by GitHub
commit 6bf8b8b600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;