mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: libchamplain: Update to 0.12.16.
* gnu/packages/gnome.scm (libchamplain): Update to 0.12.16.
This commit is contained in:
parent
45586b8dd8
commit
5564b2c53e
1 changed files with 2 additions and 2 deletions
|
@ -3331,7 +3331,7 @@ (define-public clutter-gst
|
||||||
(define-public libchamplain
|
(define-public libchamplain
|
||||||
(package
|
(package
|
||||||
(name "libchamplain")
|
(name "libchamplain")
|
||||||
(version "0.12.15")
|
(version "0.12.16")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -3339,7 +3339,7 @@ (define-public libchamplain
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0x5qa1aw1y59lzkmf4j4szspn49341a87vcja4ydgxny1chilwjl"))))
|
"13chvc2n074i0jw5jlb8i7cysda4yqx58ca6y3mrlrl9g37k2zja"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments '(#:configure-flags '("--enable-vala")))
|
(arguments '(#:configure-flags '("--enable-vala")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in a new issue