diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-04-15 14:42:09 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-04-15 14:45:56 +0200 |
commit | 73a118bdc529c9d65e2d1c7c072880c9d6624a00 (patch) | |
tree | a6bd39e6390fa7f6d9849f4d46aa2b443b1c0e3a | |
parent | 538d6d025cf40f890ea46131e917101cf1a7128b (diff) |
gnu: gdk-pixbuf: Update to 2.36.12.
* gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.36.12.
-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 001c149f17..96bc27deac 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -433,7 +433,7 @@ highlighting and other features typical of a source code editor.") (define-public gdk-pixbuf (package (name "gdk-pixbuf") - (version "2.36.11") + (version "2.36.12") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -441,7 +441,7 @@ highlighting and other features typical of a source code editor.") name "-" version ".tar.xz")) (sha256 (base32 - "1wz2vpciwdpdv612s8kbww08q80hgcs5dxrfsxp1a4q44n3snqmf")))) + "0d534ysa6n9prd17wwzisq7mj6qkhwh8wcf8qgin1ar3hbs5ry7z")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--with-x11") |