guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/08: gnu: gdk-pixbuf: Update to 2.36.12.


From: Marius Bakke
Subject: 08/08: gnu: gdk-pixbuf: Update to 2.36.12.
Date: Sun, 15 Apr 2018 08:50:45 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 73a118bdc529c9d65e2d1c7c072880c9d6624a00
Author: Marius Bakke <address@hidden>
Date:   Sun Apr 15 14:42:09 2018 +0200

    gnu: gdk-pixbuf: Update to 2.36.12.
    
    * gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.36.12.
---
 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 001c149..96bc27d 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]