diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-09-11 15:00:33 +0200 | 
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-09-11 15:01:20 +0200 | 
| commit | 5564b2c53e25db8662f20922b4ba90b29ef341f0 (patch) | |
| tree | 0df38abe95a06092e48de17f1b857fb675903a75 | |
| parent | 45586b8dd82d06059a6e2083140296358276ce5a (diff) | |
gnu: libchamplain: Update to 0.12.16.
* gnu/packages/gnome.scm (libchamplain): Update to 0.12.16.
| -rw-r--r-- | gnu/packages/gnome.scm | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 40e857a3f5..26abb49523 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 | 
