guix-commits
[Top][All Lists]
Advanced

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

49/117: gnu: libchamplain: Update to 0.12.20.


From: guix-commits
Subject: 49/117: gnu: libchamplain: Update to 0.12.20.
Date: Tue, 23 Mar 2021 19:25:48 -0400 (EDT)

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

commit 1658bf4392fc574a9de6321b6982f6173f7d3385
Author: Léo Le Bouter <lle-bout@zaclys.net>
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 944a0c7..23b57c1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5781,7 +5781,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
@@ -5789,7 +5789,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

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