gnu: libcroco: Update to 0.6.11.
* gnu/packages/gnome.scm (libcroco): Update to 0.6.11.
This commit is contained in:
parent
7ab947fa4f
commit
b291a0dea7
|
@ -804,7 +804,7 @@ the GNOME desktop environment.")
|
||||||
(define-public libcroco
|
(define-public libcroco
|
||||||
(package
|
(package
|
||||||
(name "libcroco")
|
(name "libcroco")
|
||||||
(version "0.6.8")
|
(version "0.6.11")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -812,7 +812,7 @@ the GNOME desktop environment.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0w453f3nnkbkrly7spx5lx5pf6mwynzmd5qhszprq8amij2invpa"))))
|
"0mm0wldbi40am5qn0nv7psisbg01k42rwzjxl3gv11l5jj554aqk"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Loading…
Reference in New Issue