python3Packages.leather: 0.4.0 -> 0.4.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:26 +01:00
parent c25803f5b1
commit b22f2903dd
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "leather";
version = "0.4.0";
version = "0.4.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-+WS+wghvMVOmwW5wfyDLcY+BH1evEWB19MD0gFxgi5U=";
hash = "sha256-ZxGcKu6TvoIfB3GTvYU04pbAWzi9F02cWoDEqjHRpNM=";
};
propagatedBuildInputs = [ six ];