diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2015-12-13 06:58:50 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2015-12-13 06:58:50 +0200 |
commit | b6b53a874d97dda6795576bca32e88479b87720e (patch) | |
tree | 3ae8ceba448095aa5706673eeae28818df2555e6 /gnu/packages/gnome.scm | |
parent | f0b0a5de871a074b5879224dc1faee64cd834c43 (diff) | |
download | guix-b6b53a874d97dda6795576bca32e88479b87720e.tar guix-b6b53a874d97dda6795576bca32e88479b87720e.tar.gz |
gnu: libchamplain: Update to 0.12.12.
* gnu/packages/gnome.scm (libchamplain): Update to 0.12.12.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 13f45722b0..4b0c9afad1 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2799,7 +2799,7 @@ GL based interactive canvas library.") (define-public libchamplain (package (name "libchamplain") - (version "0.12.10") + (version "0.12.12") (source (origin (method url-fetch) (uri (string-append @@ -2807,7 +2807,7 @@ GL based interactive canvas library.") version ".tar.xz")) (sha256 (base32 - "019b8scnx7d3wdylmpk9ihzh06w25b63x9cn8nhj6kjx82rcwlxz")))) + "19jlhbgfn9c9g40b3fa2x373s6rfcwx5i9lbpl3vl7d901r7kpp7")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) (propagated-inputs |