3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.shtab: 1.5.6 -> 1.5.7

This commit is contained in:
Fabian Affolter 2022-11-04 23:38:51 +01:00
parent f48c02d583
commit 85a56fd394

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "shtab";
version = "1.5.6";
version = "1.5.7";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-w04wvmzWcp92slPIc2f1En+52J9Z/XvjGHHntCeuTd0=";
hash = "sha256-BIUUg+Y6bbgjnIWPU/bZO2axSLSzIsRJwyu7lBVQz/Q=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;