guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: gpodder: Update to 3.10.15.


From: guix-commits
Subject: 04/06: gnu: gpodder: Update to 3.10.15.
Date: Fri, 17 Apr 2020 07:03:12 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 54e3eb06ca9cca189ab0cb9b9c191a156e68d659
Author: Pierre Langlois <address@hidden>
AuthorDate: Wed Apr 15 18:40:57 2020 +0200

    gnu: gpodder: Update to 3.10.15.
    
    * gnu/packages/gpodder.scm (gpodder): Update to 3.10.15.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 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 02aef3e..84c63ce 100644
--- a/gnu/packages/gpodder.scm
+++ b/gnu/packages/gpodder.scm
@@ -38,7 +38,7 @@
 (define-public gpodder
   (package
     (name "gpodder")
-    (version "3.10.13")
+    (version "3.10.15")
     (source
      (origin
        (method git-fetch)
@@ -47,7 +47,7 @@
              (commit version)))
        (sha256
         (base32
-         "1h542syaxsx1hslfzlk3fx1nbp190zjw35kigw7a1kx1jwvfwapg"))
+         "0ghbanj142n0hgydzfjmnkdgri2kswsjal3mn10c723kih4ir4yr"))
        (file-name (git-file-name name version))))
     (build-system python-build-system)
     (native-inputs



reply via email to

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