python3Packages.babel: 2.15.0 -> 2.16.0

https://github.com/python-babel/babel/releases/tag/v2.16.0
This commit is contained in:
Martin Weinelt
2024-10-13 11:02:58 +02:00
parent 5497cfc2ac
commit 2ba1d6551d
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "babel";
version = "2.15.0";
version = "2.16.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-ja8OJl0FdovGx6MUzxMh6aEjr8MozGNcGGIqLzCgRBM=";
hash = "sha256-0fNVTKJmBf4XPz3gxl91D1pC+SRJm/E03mQjWCKY4xY=";
};
build-system = [ setuptools ];