summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2014-11-02 13:15:39 +0100
committerAndreas Enge <andreas@enge.fr>2014-11-02 13:15:39 +0100
commit76c9b6aaef284ef39a06a83ec176f1408520892b (patch)
tree94a1bdb386dde713a593e9aea0a7fed6d5dbe249 /gnu
parentedda6db23646443492a2f6a66694af5fad54283d (diff)
downloadguix-76c9b6aaef284ef39a06a83ec176f1408520892b.tar.gz
gnu: libart-lgpl: Update to 2.3.21.
* gnu/packages/gnome.scm (libart-lgpl): Update to 2.3.21.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1f27901bbc..f1f191851e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -900,7 +900,7 @@ files and URIs, and displaying help.")
 (define-public libart-lgpl
   (package
     (name "libart-lgpl")
-    (version "2.3.9")
+    (version "2.3.21")
     (source (origin
               (method url-fetch)
               (uri (let ((upstream-name "libart_lgpl"))
@@ -910,7 +910,7 @@ files and URIs, and displaying help.")
                       ".tar.bz2")))
               (sha256
                (base32
-                "072r4svs4hjf2f4gxzx02n3f970kdv9fpx54r2m8bd42fjyyawrw"))))
+                "1yknfkyzgz9s616is0l9gp5aray0f2ry4dw533jgzj8gq5s1xhgx"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))