lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit 67feef801a742d3c470dcc38b41d58b3eb761fbd
Author: Léo Le Bouter <[email protected]>
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 2602835..8991609 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1927,7 +1927,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 "/"
@@ -1935,7 +1935,7 @@ formats like PNG, SVG, PDF and EPS.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0fj54yqxdapdppisqm1xcyrpgcichdmipq0a0spzz6009ikzgi45"))))
+ "1iq4d1qy0vkmy29xvr13dgz4pxvn5v3yi2swryld0ajinvp951fx"))))
(build-system gnu-build-system)
(arguments
'(#:phases