guix-commits
[Top][All Lists]
Advanced

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

06/19: gnu: gnome-session: Update to 44.0.


From: guix-commits
Subject: 06/19: gnu: gnome-session: Update to 44.0.
Date: Thu, 7 Sep 2023 14:33:59 -0400 (EDT)

lilyp pushed a commit to branch gnome-team
in repository guix.

commit 1aa94384b8bb97258ea99eadb55d45f38dde9841
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Thu Aug 31 05:37:59 2023 +0200

    gnu: gnome-session: Update to 44.0.
    
    * gnu/packages/gnome.scm (gnome-session): Update to 44.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 46a564e428..63eb051e35 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7546,7 +7546,7 @@ such as gzip tarballs.")
 (define-public gnome-session
   (package
     (name "gnome-session")
-    (version "42.0")
+    (version "44.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -7555,7 +7555,7 @@ such as gzip tarballs.")
               (patches (search-patches "gnome-session-support-elogind.patch"))
               (sha256
                (base32
-                "1alwjqr36rd0s132qs2clwnxgilcbylps6lm41lr50mn782hdjiw"))))
+                "1ipjvcjabifqgmrz65m3vwmhk99nbm8jcxcikyg5w4r6cnljky6c"))))
     (arguments
      `(#:glib-or-gtk? #t
        #:phases



reply via email to

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