guix-commits
[Top][All Lists]
Advanced

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

19/117: gnu: libgdata: Update to 0.18.1.


From: guix-commits
Subject: 19/117: gnu: libgdata: Update to 0.18.1.
Date: Tue, 23 Mar 2021 19:25:38 -0400 (EDT)

lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit 6fb04f7c2e4b164b15088bf9b1cebcc1b4f53b55
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 20:32:10 2021 +0100

    gnu: libgdata: Update to 0.18.1.
    
    * gnu/packages/gnome.scm (libgdata): Update to 0.18.1.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f21cdd9..7f099bc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1926,7 +1926,7 @@ formats like PNG, SVG, PDF and EPS.")
 (define-public libgdata
   (package
     (name "libgdata")
-    (version "0.17.9")
+    (version "0.18.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1934,7 +1934,7 @@ formats like PNG, SVG, PDF and EPS.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0fj54yqxdapdppisqm1xcyrpgcichdmipq0a0spzz6009ikzgi45"))))
+                "1iq4d1qy0vkmy29xvr13dgz4pxvn5v3yi2swryld0ajinvp951fx"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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