mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: libchamplain: Update to 0.12.15.
* gnu/packages/gnome.scm (libchamplain): Update to 0.12.15.
This commit is contained in:
parent
afd8e16b15
commit
356f0cef4b
1 changed files with 2 additions and 2 deletions
|
@ -3100,7 +3100,7 @@ (define-public clutter-gst
|
|||
(define-public libchamplain
|
||||
(package
|
||||
(name "libchamplain")
|
||||
(version "0.12.14")
|
||||
(version "0.12.15")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -3108,7 +3108,7 @@ (define-public libchamplain
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"13snnka1jqc5qrgij8bm22xy02pncf3dn5ij3jh4rrpzq7g1sqpi"))))
|
||||
"0x5qa1aw1y59lzkmf4j4szspn49341a87vcja4ydgxny1chilwjl"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments '(#:configure-flags '("--enable-vala")))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue