Merge pull request #257872 from r-ryantm/auto-update/gpodder

gpodder: 3.11.1 -> 3.11.3
This commit is contained in:
maxine
2023-10-09 18:26:23 +02:00
committed by GitHub
+2 -2
View File
@@ -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 = [