gpodder: 3.11.1 -> 3.11.3

This commit is contained in:
R. Ryantm 2023-10-03 23:47:22 +00:00
parent 585d673896
commit 76af224aa0

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 = [