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: Wed, 13 Apr 2016 17:31:50 +0000

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

commit 75cefdc10fd859dd61ca2fdb447a0ae3fae534b2
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 b189d9b..5e0ab0e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4583,7 +4583,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 "/"
@@ -4591,7 +4591,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]