guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/16: gnu: gpodder: Update to 3.11.1.


From: guix-commits
Subject: 14/16: gnu: gpodder: Update to 3.11.1.
Date: Sat, 12 Aug 2023 17:21:36 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit f4170f67cea035a244121c01e228f3ccb27bc585
Author: altadil <Altadil@protonmail.com>
AuthorDate: Fri Aug 11 13:49:46 2023 +0000

    gnu: gpodder: Update to 3.11.1.
    
    * gnu/packages/gpodder.scm (gpodder): Update to 3.11.1.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 474065836e..f9102d3a44 100644
--- a/gnu/packages/gpodder.scm
+++ b/gnu/packages/gpodder.scm
@@ -50,7 +50,7 @@
 (define-public gpodder
   (package
     (name "gpodder")
-    (version "3.11.0")
+    (version "3.11.1")
     (source
      (origin
        (method git-fetch)
@@ -58,7 +58,7 @@
              (url "https://github.com/gpodder/gpodder";)
              (commit version)))
        (sha256
-        (base32 "1387n0kgpan869c09smq5jnc3316vz8majl9bw01bw7cxg4vss3p"))
+        (base32 "121cb8qz4rp6602lpbi6m2vqx3ar1cw2s4z4r7nr5qaxb0q3gk9n"))
        (file-name (git-file-name name version))
        (patches (search-patches "gpodder-disable-updater.patch"))))
     (build-system python-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]