python3Packages.exiv2: 0.17.5 -> 0.18.0

https://python-exiv2.readthedocs.io/en/release-0.18.0/misc/changelog.html

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:43:44 +01:00
parent 743f2ae5ca
commit d9c7a6bdc6
@@ -54,7 +54,7 @@ buildPythonPackage rec {
meta = {
description = "Low level Python interface to the Exiv2 C++ library";
homepage = "https://github.com/jim-easterbrook/python-exiv2";
changelog = "https://python-exiv2.readthedocs.io/en/release-${version}/misc/changelog.html";
changelog = "https://python-exiv2.readthedocs.io/en/release-${src.tag}/misc/changelog.html";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ zebreus ];
};