python310Packages.jaraco-logging: 3.1.2 -> 3.2.0

This commit is contained in:
R. Ryantm 2023-09-01 09:58:30 +00:00
parent f25f30b17a
commit b39fd0c5c5

View File

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "jaraco-logging";
version = "3.1.2";
version = "3.2.0";
format = "pyproject";
src = fetchPypi {
pname = "jaraco.logging";
inherit version;
hash = "sha256-k6cLizdnd5rWx7Vu6YV5ztd7afFqu8rnSfYsLFnmeTE=";
hash = "sha256-X8ssPxI1HU1QN1trYPOJnFg3sjLxotj/y6/17NK3M+c=";
};
pythonNamespaces = [ "jaraco" ];