diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-10-07 14:43:18 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-10-12 20:40:55 +0200 |
commit | 9f63a957d20257284d390f680aa7d706d953f1f3 (patch) | |
tree | 734d4348ac7855755dec68ca52d1cf4370fcf0cb /gnu/packages/gtk.scm | |
parent | ea6f74f391ab01be314ed0c12119f23bc5400e61 (diff) | |
download | guix-9f63a957d20257284d390f680aa7d706d953f1f3.tar guix-9f63a957d20257284d390f680aa7d706d953f1f3.tar.gz |
gnu: gdk-pixbuf: Update to 2.36.11.
* gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.36.11.
Diffstat (limited to 'gnu/packages/gtk.scm')
-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 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") |