Commit 76af224a authored by R. RyanTM's avatar R. RyanTM
Browse files

gpodder: 3.11.1 -> 3.11.3

parent 585d6738
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

python3Packages.buildPythonApplication rec {
  pname = "gpodder";
  version = "3.11.1";
  version = "3.11.3";
  format = "other";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = version;
    sha256 = "Ns03MFhd4ZLtyeQTLTgLWY2Ot6gmrksFMOZm8jFaLIg=";
    sha256 = "p8BgpvMK1kP4VnRfmcvSMbXmWs5DmWBZ6te7L9b+UJQ=";
  };

  patches = [