guix-commits
[Top][All Lists]
Advanced

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

93/97: gnu: gnome-shell: Update to 3.20.0.


From: Ludovic Courtès
Subject: 93/97: gnu: gnome-shell: Update to 3.20.0.
Date: Sat, 16 Apr 2016 09:49:35 +0000

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

commit 133e43db809186348f44ba3e3ba990f3d408ccc0
Author: 宋文武 <address@hidden>
Date:   Thu Apr 7 10:44:32 2016 +0800

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ae9d54f..e5359fe 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4584,7 +4584,7 @@ properties, screen resolution, and other GNOME 
parameters.")
 (define-public gnome-shell
   (package
     (name "gnome-shell")
-    (version "3.18.3")
+    (version "3.20.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -4592,7 +4592,7 @@ properties, screen resolution, and other GNOME 
parameters.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "16sicxdp08yfaj4hiyzvbspb5jk3fpmi291272zhx5vgc3wbl5w5"))))
+                "125qjrbw40r8rpri9y0yrl5yqs2q4x0l5inzi3vwl0rxvmhz8sgf"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      '(#:phases



reply via email to

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