From 9f63a957d20257284d390f680aa7d706d953f1f3 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sat, 7 Oct 2017 14:43:18 +0200 Subject: gnu: gdk-pixbuf: Update to 2.36.11. * gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.36.11. --- gnu/packages/gtk.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index ce8ca13b6c..92c8cc2231 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -428,7 +428,7 @@ highlighting and other features typical of a source code editor.") (define-public gdk-pixbuf (package (name "gdk-pixbuf") - (version "2.36.10") + (version "2.36.11") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -436,7 +436,7 @@ highlighting and other features typical of a source code editor.") name "-" version ".tar.xz")) (sha256 (base32 - "1klsjkdbashd8yb8xjsc9ff3bz32n2id5s79nrrmqiw9df4zmxpq")))) + "1wz2vpciwdpdv612s8kbww08q80hgcs5dxrfsxp1a4q44n3snqmf")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--with-x11") -- cgit v1.2.3