mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: libchamplain: Update to 0.12.12.
* gnu/packages/gnome.scm (libchamplain): Update to 0.12.12.
This commit is contained in:
parent
f0b0a5de87
commit
b6b53a874d
1 changed files with 2 additions and 2 deletions
|
@ -2799,7 +2799,7 @@ (define-public clutter-gst
|
||||||
(define-public libchamplain
|
(define-public libchamplain
|
||||||
(package
|
(package
|
||||||
(name "libchamplain")
|
(name "libchamplain")
|
||||||
(version "0.12.10")
|
(version "0.12.12")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2807,7 +2807,7 @@ (define-public libchamplain
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"019b8scnx7d3wdylmpk9ihzh06w25b63x9cn8nhj6kjx82rcwlxz"))))
|
"19jlhbgfn9c9g40b3fa2x373s6rfcwx5i9lbpl3vl7d901r7kpp7"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue