guix-commits
[Top][All Lists]
Advanced

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

21/47: gnu: gnome-session: Update to 3.34.2.


From: guix-commits
Subject: 21/47: gnu: gnome-session: Update to 3.34.2.
Date: Tue, 14 Apr 2020 23:54:37 -0400 (EDT)

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

commit 12a88070138ca2f11ebecf0aa0c7ae3b71b0032e
Author: Kei Kebreau <address@hidden>
AuthorDate: Tue Dec 17 15:30:52 2019 -0500

    gnu: gnome-session: Update to 3.34.2.
    
    * gnu/packages/gnome.scm (gnome-session): Update to 3.34.2.
---
 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 b0fe32e..01c2eed 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5739,7 +5739,7 @@ such as gzip tarballs.")
 (define-public gnome-session
   (package
     (name "gnome-session")
-    (version "3.32.0")
+    (version "3.34.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -5747,7 +5747,7 @@ such as gzip tarballs.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0zrzkpd406i159mla7bfs5npa32fgqh66aip1rfq02rgsgmc9m5v"))))
+                "1qgqp97f8k2zi2ydvhds14zsjzfj7cv521r6wx5sw0qacn0p7dwb"))))
     (arguments
      '(#:glib-or-gtk? #t
        #:phases



reply via email to

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