guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: qt: Update to 5.5.1.


From: Andreas Enge
Subject: 01/01: gnu: qt: Update to 5.5.1.
Date: Tue, 27 Oct 2015 20:45:45 +0000

andreas pushed a commit to branch dbus-update
in repository guix.

commit a10d3a687dc299e1e6c8b08ad97cb6de6a45612d
Author: Andreas Enge <address@hidden>
Date:   Tue Oct 27 11:06:37 2015 +0100

    gnu: qt: Update to 5.5.1.
    
    * gnu/packages/qt.scm (qt): Update to 5.5.1.
---
 gnu/packages/qt.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index ab390d3..9813f5b 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -95,7 +95,7 @@ X11 (yet).")
 (define-public qt
   (package
     (name "qt")
-    (version "5.5.0")
+    (version "5.5.1")
     (source (origin
              (method url-fetch)
              (uri
@@ -107,7 +107,7 @@ X11 (yet).")
                  version ".tar.xz"))
              (sha256
                (base32
-                 "1by2l8wxbqwvs7anb5ggmqhn2cfmhyw3a23bp1yyd240rdpa38ky"))
+                 "0615cn4n3n78v48lnmapqz2jizm2pzrjwvsjlnsf4awrsiiqw0kg"))
              (modules '((guix build utils)))
              (snippet
               '(begin



reply via email to

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