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

commit c8197dc92b30458daffaa5d5d24f05411611a335
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:39:48 2021 +0100

    gnu: libchamplain: Update to 0.12.20.
    
    * gnu/packages/gnome.scm (libchamplain): Update to 0.12.20.
---
 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 0520162..1a046d9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5797,7 +5797,7 @@ OpenGL-based interactive canvas library.")
 (define-public libchamplain
   (package
     (name "libchamplain")
-    (version "0.12.16")
+    (version "0.12.20")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -5805,7 +5805,7 @@ OpenGL-based interactive canvas library.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "13chvc2n074i0jw5jlb8i7cysda4yqx58ca6y3mrlrl9g37k2zja"))))
+                "0rihpb0npqpihqcdz4w03rq6xl7jdckfqskvv9diq2hkrnzv8ch2"))))
     (build-system gnu-build-system)
     (arguments '(#:configure-flags '("--enable-vala")))
     (native-inputs

Reply via email to