plattenalbum: 2.2.1 -> 2.2.2

This commit is contained in:
R. Ryantm
2025-02-20 17:12:11 +00:00
parent d8657587c0
commit 8cd752a94d
+3 -3
View File
@@ -13,14 +13,14 @@
python3Packages.buildPythonApplication rec {
pname = "plattenalbum";
version = "2.2.1";
version = "2.2.2";
pyproject = false;
src = fetchFromGitHub {
owner = "SoongNoonien";
repo = "plattenalbum";
tag = "v${version}";
hash = "sha256-tbgSgbj77GvTgnI5eGu4cxYDie1gNa+5z053c0Nnu+Y=";
hash = "sha256-IuyEy6w1JxuuA+domZ+XNIq5vmcOVs0sHO4dp1dyE6k=";
};
nativeBuildInputs = [
@@ -48,7 +48,7 @@ python3Packages.buildPythonApplication rec {
meta = {
description = "Client for the Music Player Daemon (originally named mpdevil)";
homepage = "https://github.com/SoongNoonien/plattenalbum";
changelog = "https://github.com/SoongNoonien/plattenalbum/releases/tag/v${version}";
changelog = "https://github.com/SoongNoonien/plattenalbum/releases/tag/${src.tag}";
license = with lib.licenses; [
gpl3Only
cc0