guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: gdk-pixbuf: Update to 2.36.11.


From: Marius Bakke
Subject: 07/09: gnu: gdk-pixbuf: Update to 2.36.11.
Date: Thu, 12 Oct 2017 14:42:03 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 9f63a957d20257284d390f680aa7d706d953f1f3
Author: Marius Bakke <address@hidden>
Date:   Sat Oct 7 14:43:18 2017 +0200

    gnu: gdk-pixbuf: Update to 2.36.11.
    
    * gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.36.11.
---
 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 ce8ca13..92c8cc2 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")



reply via email to

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