mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -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
|
||||
(package
|
||||
(name "libchamplain")
|
||||
(version "0.12.15")
|
||||
(version "0.12.16")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -3339,7 +3339,7 @@ (define-public libchamplain
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0x5qa1aw1y59lzkmf4j4szspn49341a87vcja4ydgxny1chilwjl"))))
|
||||
"13chvc2n074i0jw5jlb8i7cysda4yqx58ca6y3mrlrl9g37k2zja"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments '(#:configure-flags '("--enable-vala")))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue