[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26527: [PATCH] gnu: gdk-pixbuf: Update to 2.36.6.
From: |
Kei Kebreau |
Subject: |
bug#26527: [PATCH] gnu: gdk-pixbuf: Update to 2.36.6. |
Date: |
Sat, 15 Apr 2017 19:27:15 -0400 |
* gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.36.6.
---
gnu/packages/gtk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 770a8c916..c95262afe 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
--
2.12.2
- bug#26527: [PATCH] gnu: gdk-pixbuf: Update to 2.36.6.,
Kei Kebreau <=