python3Packages.jaraco-text: 3.12.0 -> 3.12.1

This commit is contained in:
Martin Weinelt
2024-06-24 12:15:37 +02:00
parent 112620db5d
commit be8e3c1208
@@ -15,15 +15,15 @@
buildPythonPackage rec {
pname = "jaraco-text";
version = "3.12.0";
version = "3.12.1";
format = "pyproject";
disabled = pythonOlder "3.6";
src = fetchPypi {
pname = "jaraco.text";
pname = "jaraco_text";
inherit version;
hash = "sha256-OJ4lyNSzLpcVv1MFlvqw9c06pHKW5DlpOS4YpUGvWSw=";
hash = "sha256-tplJH50HS0/q/f2gQH+lu8XYP0hWB6AS6TRyuhYfaEM=";
};
pythonNamespaces = [ "jaraco" ];