[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: gpodder: Update to 3.10.20.
From: |
guix-commits |
Subject: |
03/06: gnu: gpodder: Update to 3.10.20. |
Date: |
Fri, 25 Jun 2021 07:49:09 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit fae666e2c002974ebfeccf22cc9f73c80a732a5d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jun 25 13:26:04 2021 +0200
gnu: gpodder: Update to 3.10.20.
* gnu/packages/gpodder.scm (gpodder): Update to 3.10.20.
---
gnu/packages/gpodder.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gpodder.scm b/gnu/packages/gpodder.scm
index 1219162..0aab6d3 100644
--- a/gnu/packages/gpodder.scm
+++ b/gnu/packages/gpodder.scm
@@ -47,7 +47,7 @@
(define-public gpodder
(package
(name "gpodder")
- (version "3.10.19")
+ (version "3.10.20")
(source
(origin
(method git-fetch)
@@ -55,7 +55,7 @@
(url "https://github.com/gpodder/gpodder")
(commit version)))
(sha256
- (base32 "1nx1cdwij9zy01s97aciqbkd63h4alzyvjdzdvr6wrl6hh42amrx"))
+ (base32 "0lwf1lm20q6i8xbbva1g4arbinyxca10865dn19p5kr1b3gvmxqh"))
(file-name (git-file-name name version))
(patches (search-patches "gpodder-disable-updater.patch"))))
(build-system python-build-system)
- branch master updated (e4305e4 -> 3315637), guix-commits, 2021/06/25
- 02/06: gnu: mtools: Update to 4.0.31., guix-commits, 2021/06/25
- 01/06: Remove unused module imports from (gnu services vpn)., guix-commits, 2021/06/25
- 04/06: gnu: krita: Update to 4.4.5., guix-commits, 2021/06/25
- 05/06: gnu: interception-tools: Update to 0.6.6., guix-commits, 2021/06/25
- 06/06: gnu: mpd: Update to 0.22.9., guix-commits, 2021/06/25
- 03/06: gnu: gpodder: Update to 3.10.20.,
guix-commits <=