python3Packages.pytaglib: 2.1.0 -> 3.0.0

https://github.com/supermihi/pytaglib/blob/v3.0.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-01-27 10:56:52 +01:00
parent c702c15490
commit 84d8c43d9f
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pytaglib";
version = "2.1.0";
version = "3.0.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "supermihi";
repo = pname;
tag = "v${version}";
hash = "sha256-b3ODsG5rdSJ1Tq/0DARf99gHgWWGaArBFAjqeK3mvsY=";
hash = "sha256-TP3XScPDXlEnSR/BKcbF+DLt3rv8eyHrGwaBPAjIfA8=";
};
buildInputs = [
@@ -35,7 +35,7 @@ buildPythonPackage rec {
description = "Python bindings for the Taglib audio metadata library";
mainProgram = "pyprinttags";
homepage = "https://github.com/supermihi/pytaglib";
changelog = "https://github.com/supermihi/pytaglib/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/supermihi/pytaglib/blob/${src.tag}/CHANGELOG.md";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ mrkkrp ];
};