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

plattenalbum: 2.1.1 -> 2.2.0 (#345239)

parents 728dc70f dc0a818d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

python3Packages.buildPythonApplication rec {
  pname = "plattenalbum";
  version = "2.1.1";
  version = "2.2.0";
  pyproject = false;

  src = fetchFromGitHub {
    owner = "SoongNoonien";
    repo = "plattenalbum";
    rev = "refs/tags/v${version}";
    hash = "sha256-M4WjRQQYu8ixUYV6LgiyAPyvCS1Vk+UpLq/Sek0qBlw=";
    hash = "sha256-WUhKNt6jAKHsLGy862DJqV4S34krNl9y43vyLiq5qss=";
  };

  nativeBuildInputs = [