gnu: gdk-pixbuf: Update to 2.31.1.

* gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.31.1.
This commit is contained in:
Federico Beffa 2014-12-16 20:39:41 +01:00
parent dca1b58df1
commit 5c88063614

View file

@ -265,7 +265,7 @@ (define-public gtksourceview
(define-public gdk-pixbuf
(package
(name "gdk-pixbuf")
(version "2.28.2")
(version "2.31.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -273,7 +273,7 @@ (define-public gdk-pixbuf
name "-" version ".tar.xz"))
(sha256
(base32
"05s6ksvy1yan6h6zny9n3bmvygcnzma6ljl6i0z9cci2xg116c8q"))))
"1kajvfckn88bzcdnl73b933gmjhwjm3dhsj1yrpixhfsc4y5x9r5"))))
(build-system gnu-build-system)
(propagated-inputs ; required by gdk-pixbuf-2.0.pc
`(("glib" ,glib)