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

commit c6c293ba745b7b9b4a2c34cea379fd1755b63a7c
Author: Noé Lopez <[email protected]>
AuthorDate: Mon Aug 24 18:59:31 2026 +0200

    gnu: gnome-session-shepherd: Update to 1.0.
    
    * gnu/packages/gnome.scm (gnome-session-shepherd): Update to 1.0.
    
    Change-Id: Ie0cd0f1c4f83dbd453f6406593f2b896112ee09d
    Signed-off-by: Noé Lopez <[email protected]>
---
 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 f19fd6c874..400375893c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8017,7 +8017,7 @@ such as gzip tarballs.")
 (define-public gnome-session-shepherd
   (package
     (name "gnome-session-shepherd")
-    (version "0.9")
+    (version "1.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -8026,7 +8026,7 @@ such as gzip tarballs.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1plib5klffnz93scgqwr3f10cpxvdxnfi8m3bbfqwmmxf1gc2bqq"))))
+                "09kl7plq6qvy4pgr20sn670vk9abg3cmhvfbv4rbnibwkpsjasv7"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to