guix-commits
[Top][All Lists]
Advanced

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

01/15: gnu: gtk+-2: Update to 2.24.27.


From: ???
Subject: 01/15: gnu: gtk+-2: Update to 2.24.27.
Date: Wed, 08 Apr 2015 08:04:46 +0000

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

commit 674fca0e41f3d227d436aa26f6c970d44536bc0e
Author: 宋文武 <address@hidden>
Date:   Wed Apr 8 14:45:35 2015 +0800

    gnu: gtk+-2: Update to 2.24.27.
    
    * gnu/packages/gtk.scm (gtk+-2): Update to 2.24.27.
---
 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 b3688d5..2ecaeb6 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -391,7 +391,7 @@ is part of the GNOME accessibility project.")
 (define-public gtk+-2
   (package
    (name "gtk+")
-   (version "2.24.21")
+   (version "2.24.27")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/" name "/"
@@ -399,7 +399,7 @@ is part of the GNOME accessibility project.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "1qyw73pr9ryqhir2h1kbx3vm70km4dg2fxrgkrdlpv0rvlb94bih"))))
+              "1x14rnjvqslpa1q19fp1qalz5sxds72amsgjk8m7769rwk511jr0"))))
    (build-system gnu-build-system)
    (propagated-inputs
     `(("atk" ,atk)



reply via email to

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