guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: libchamplain: Update to 0.12.15.


From: Marius Bakke
Subject: 06/09: gnu: libchamplain: Update to 0.12.15.
Date: Wed, 24 May 2017 15:46:47 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 356f0cef4bf231266d51108a3740b1d2b4ecd675
Author: Marius Bakke <address@hidden>
Date:   Wed May 24 19:41:18 2017 +0200

    gnu: libchamplain: Update to 0.12.15.
    
    * gnu/packages/gnome.scm (libchamplain): Update to 0.12.15.
---
 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 2ad2274..bc81cf2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3100,7 +3100,7 @@ GL based interactive canvas library.")
 (define-public libchamplain
   (package
     (name "libchamplain")
-    (version "0.12.14")
+    (version "0.12.15")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3108,7 +3108,7 @@ GL based interactive canvas library.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "13snnka1jqc5qrgij8bm22xy02pncf3dn5ij3jh4rrpzq7g1sqpi"))))
+                "0x5qa1aw1y59lzkmf4j4szspn49341a87vcja4ydgxny1chilwjl"))))
     (build-system gnu-build-system)
     (arguments '(#:configure-flags '("--enable-vala")))
     (native-inputs



reply via email to

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