lol

python311Packages.shtab: 1.6.3 -> 1.6.4

Diff: https://github.com/iterative/shtab/compare/refs/tags/v1.6.3...v1.6.4

Changelog: https://github.com/iterative/shtab/releases/tag/v1.6.4

+2 -2
+2 -2
pkgs/development/python-modules/shtab/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "shtab"; 14 - version = "1.6.3"; 14 + version = "1.6.4"; 15 15 format = "pyproject"; 16 16 17 17 disabled = pythonOlder "3.7"; ··· 20 20 owner = "iterative"; 21 21 repo = pname; 22 22 rev = "refs/tags/v${version}"; 23 - hash = "sha256-9XXAVwno8rO5Uw7S5FWsyEUSqUE46QRehpAr5wIlYgc="; 23 + hash = "sha256-BMwi3a7CPq58G30XlkJdSfSP6oc6u2AuSPAwEExI9zM="; 24 24 }; 25 25 26 26 SETUPTOOLS_SCM_PRETEND_VERSION = version;