diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-06 19:33:48 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-04-16 11:45:29 +0200 |
commit | b291a0dea7b25abc0fc99465e8770a70e5ee240f (patch) | |
tree | 69ee1678f923cd5bdce3087b52abd302dcbbb206 /gnu/packages/gnome.scm | |
parent | 7ab947fa4ffa9650b2df8dca27b6a66c25d009a3 (diff) | |
download | guix-b291a0dea7b25abc0fc99465e8770a70e5ee240f.tar guix-b291a0dea7b25abc0fc99465e8770a70e5ee240f.tar.gz |
gnu: libcroco: Update to 0.6.11.
* gnu/packages/gnome.scm (libcroco): Update to 0.6.11.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index c5f4953dd4..c9cf73c1f2 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -804,7 +804,7 @@ the GNOME desktop environment.") (define-public libcroco (package (name "libcroco") - (version "0.6.8") + (version "0.6.11") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -812,7 +812,7 @@ the GNOME desktop environment.") name "-" version ".tar.xz")) (sha256 (base32 - "0w453f3nnkbkrly7spx5lx5pf6mwynzmd5qhszprq8amij2invpa")))) + "0mm0wldbi40am5qn0nv7psisbg01k42rwzjxl3gv11l5jj554aqk")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |