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

gpodder: 3.11.3 -> 3.11.4
This commit is contained in:
Weijia Wang 2023-11-04 01:20:13 +01:00 committed by GitHub
commit 9f43ca2bb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,14 +14,14 @@
python3Packages.buildPythonApplication rec {
pname = "gpodder";
version = "3.11.3";
version = "3.11.4";
format = "other";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "p8BgpvMK1kP4VnRfmcvSMbXmWs5DmWBZ6te7L9b+UJQ=";
sha256 = "kEhyV1o8VSQW9qMx6m5avj6LnJuVTONDd6msRuc8t/4=";
};
patches = [