guix-commits
[Top][All Lists]
Advanced

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

17/97: gnu: gdk-pixbuf: Update to 2.34.0.


From: ???
Subject: 17/97: gnu: gdk-pixbuf: Update to 2.34.0.
Date: Thu, 07 Apr 2016 03:13:03 +0000

iyzsong pushed a commit to branch gnome-updates
in repository guix.

commit b0937fa234e29a27626a1a3424cb57b77ef94704
Author: 宋文武 <address@hidden>
Date:   Mon Apr 4 13:12:50 2016 +0800

    gnu: gdk-pixbuf: Update to 2.34.0.
    
    * gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.34.0.
---
 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 1c532af..357cecd 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -387,7 +387,7 @@ highlighting and other features typical of a source code 
editor.")
 (define-public gdk-pixbuf
   (package
    (name "gdk-pixbuf")
-   (version "2.32.3")
+   (version "2.34.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -395,7 +395,7 @@ highlighting and other features typical of a source code 
editor.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "0cfh87aqyqbfcwpbv1ihgmgfcn66il5q2n8yjyl8gxkjmkqp2rrb"))))
+              "0yc8indbl3hf18z6x6kjg59xp9sngm1d8vmz4c7bs6g27qw5npnm"))))
    (build-system gnu-build-system)
    (arguments
     '(#:configure-flags '("--with-x11")



reply via email to

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