python3Packages.jaraco-text: 3.12.1 -> 3.14.0

This commit is contained in:
Martin Weinelt
2024-10-13 11:08:48 +02:00
parent de8edd7772
commit b5cfc52fb9
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "jaraco-text";
version = "3.12.1";
version = "3.14.0";
format = "pyproject";
disabled = pythonOlder "3.6";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "jaraco_text";
inherit version;
hash = "sha256-tplJH50HS0/q/f2gQH+lu8XYP0hWB6AS6TRyuhYfaEM=";
hash = "sha256-7RTk33dT5A/e88oOtT9r6fXvl0gYBult4mw6cunCk/Y=";
};
pythonNamespaces = [ "jaraco" ];