summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-04-19 13:48:41 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-04-19 19:23:01 +0200
commit617b4432e297c477838dc3b4469e3dfee257b01b (patch)
tree9865e206e7f5deb4cc2f58391b1f0e5b4bb7479e /gnu
parent46175ad31088e09850d922fdd695bbd1c77a6916 (diff)
downloadguix-617b4432e297c477838dc3b4469e3dfee257b01b.tar.gz
gnu: gpodder: Update to 3.10.19.
* gnu/packages/gpodder.scm (gpodder): Update to 3.10.19.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gpodder.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gpodder.scm b/gnu/packages/gpodder.scm
index c4dc50c2f9..f185f2e546 100644
--- a/gnu/packages/gpodder.scm
+++ b/gnu/packages/gpodder.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2019, 2020, 2021 Pierre Langlois <pierre.langlois@gmx.com>
-;;; Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2020, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -39,7 +39,7 @@
 (define-public gpodder
   (package
     (name "gpodder")
-    (version "3.10.18")
+    (version "3.10.19")
     (source
      (origin
        (method git-fetch)
@@ -47,7 +47,7 @@
              (url "https://github.com/gpodder/gpodder")
              (commit version)))
        (sha256
-        (base32 "1d73q46sqandzbn74nfw9bzzah99z91wsxq2hcivwdgnsv2g2d8y"))
+        (base32 "1nx1cdwij9zy01s97aciqbkd63h4alzyvjdzdvr6wrl6hh42amrx"))
        (file-name (git-file-name name version))
        (patches (search-patches "gpodder-disable-updater.patch"))))
     (build-system python-build-system)