[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: libchamplain: Update to 0.12.16.
From: |
Tobias Geerinckx-Rice |
Subject: |
02/02: gnu: libchamplain: Update to 0.12.16. |
Date: |
Mon, 11 Sep 2017 08:59:52 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 5564b2c53e25db8662f20922b4ba90b29ef341f0
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Sep 11 15:00:33 2017 +0200
gnu: libchamplain: Update to 0.12.16.
* gnu/packages/gnome.scm (libchamplain): Update to 0.12.16.
---
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 40e857a..26abb49 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3331,7 +3331,7 @@ GL based interactive canvas library.")
(define-public libchamplain
(package
(name "libchamplain")
- (version "0.12.15")
+ (version "0.12.16")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3339,7 +3339,7 @@ GL based interactive canvas library.")
version ".tar.xz"))
(sha256
(base32
- "0x5qa1aw1y59lzkmf4j4szspn49341a87vcja4ydgxny1chilwjl"))))
+ "13chvc2n074i0jw5jlb8i7cysda4yqx58ca6y3mrlrl9g37k2zja"))))
(build-system gnu-build-system)
(arguments '(#:configure-flags '("--enable-vala")))
(native-inputs