guix-commits
[Top][All Lists]
Advanced

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

23/107: gnu: gnome-session: Update to 3.36.0.


From: guix-commits
Subject: 23/107: gnu: gnome-session: Update to 3.36.0.
Date: Tue, 12 May 2020 10:53:11 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit cca443bb07c04fac48e737e5dde9ede585d54b4c
Author: Kei Kebreau <address@hidden>
AuthorDate: Sat Apr 18 15:21:16 2020 -0400

    gnu: gnome-session: Update to 3.36.0.
    
    * gnu/packages/gnome.scm (gnome-session): Update to 3.36.0.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6de2c8a..256f819 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5781,7 +5781,7 @@ such as gzip tarballs.")
 (define-public gnome-session
   (package
     (name "gnome-session")
-    (version "3.34.2")
+    (version "3.36.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -5789,7 +5789,7 @@ such as gzip tarballs.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1qgqp97f8k2zi2ydvhds14zsjzfj7cv521r6wx5sw0qacn0p7dwb"))))
+                "0ymvf1bap35348rpjqp63qwnwnnawdwi4snch95zc4n832w3hjym"))))
     (arguments
      '(#:glib-or-gtk? #t
        #:phases



reply via email to

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