Merge pull request #327849 from r-ryantm/auto-update/python312Packages.py-stringmatching

python312Packages.py-stringmatching: 0.4.5 -> 0.4.6
This commit is contained in:
Nick Cao 2024-07-17 16:20:05 -04:00 committed by GitHub
commit 138c7dfbee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "py-stringmatching";
version = "0.4.5";
version = "0.4.6";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-2XuhtWKtmO/8lGaHxdqwdMF6UVEUqw3PUCIC1c7J8rU=";
hash = "sha256-XdHLHwT/sgHM+uQ4lxw9c+AcAdJjL6OVgfwtJkYLoBs=";
};
nativeBuildInputs = [ setuptools ];