Unverified Commit fbaf8aa7 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

plattenalbum: 2.2.1 -> 2.2.2 (#383705)

parents cee3487c 8cd752a9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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