python3Packages.merge3: 0.0.15 -> 0.0.16

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:32 +01:00
parent e0e02874b4
commit 959d807d70
@@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "merge3";
version = "0.0.15";
version = "0.0.16";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-0+rCE9hNVt/J45VSrIJGx4YKlAlk6+7YqL5EIvZJK68=";
hash = "sha256-CFLeQ4HLRr5e9O1J46wgxaSgzUao/0u7hwvCeqtUMwY=";
};
nativeBuildInputs = [ setuptools ];