diff options
author | Mark H Weaver <mhw@netris.org> | 2015-10-07 21:49:03 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-10-07 21:49:03 -0400 |
commit | 9511de1ef8c59788f2c93ae6b0cb1e87e30824ab (patch) | |
tree | 44ca1887542a87b63e8972c0a35f809aa7e3463d /gnu | |
parent | 6a20289d5a38520fd79e80c256a0315c96a46347 (diff) | |
download | patches-9511de1ef8c59788f2c93ae6b0cb1e87e30824ab.tar patches-9511de1ef8c59788f2c93ae6b0cb1e87e30824ab.tar.gz |
gnu: gdk-pixbuf: Update to 2.32.1.
* gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.32.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gtk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index a44c2dd3fe..a01e6d0dd3 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -332,7 +332,7 @@ printing and other features typical of a source code editor.") (define-public gdk-pixbuf (package (name "gdk-pixbuf") - (version "2.31.6") + (version "2.32.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -340,7 +340,7 @@ printing and other features typical of a source code editor.") name "-" version ".tar.xz")) (sha256 (base32 - "062x2gqd7p6yxhxlib1ha4l3gk9ihcj080hrwwv9vmlmybb064hi")))) + "1g7kjxv67jcdasi14n7jan4icrnnppd1m99wrdmpv32k4m7vfcj4")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--with-x11") |