diff options
author | Kei Kebreau <kei@openmailbox.org> | 2017-04-15 19:21:44 -0400 |
---|---|---|
committer | Kei Kebreau <kei@openmailbox.org> | 2017-04-15 20:56:22 -0400 |
commit | 2ff8deaeee5058372a518803b18e9b21a6ac67fc (patch) | |
tree | f4270bc985ab91a939d461748a99e343c1e5b312 /gnu/packages/gtk.scm | |
parent | c57ce31a896f659a2e311c2ee90b9027f4a405bc (diff) | |
download | patches-2ff8deaeee5058372a518803b18e9b21a6ac67fc.tar patches-2ff8deaeee5058372a518803b18e9b21a6ac67fc.tar.gz |
gnu: gdk-pixbuf: Update to 2.36.6.
* gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.36.6.
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 93970b0392..075273fdc9 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -424,7 +424,7 @@ highlighting and other features typical of a source code editor.") (define-public gdk-pixbuf (package (name "gdk-pixbuf") - (version "2.36.3") + (version "2.36.6") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -432,7 +432,7 @@ highlighting and other features typical of a source code editor.") name "-" version ".tar.xz")) (sha256 (base32 - "1v1rssjd8p5s3lymsfhiq5mbs2pc0h1r6jd0asrwdbrign7i68sj")) + "034279k49ydawnagqd7b1rz741n20k4y3grybzwp26zd146bjpj5")) (patches (search-patches "gdk-pixbuf-list-dir.patch")))) (build-system gnu-build-system) (arguments |