This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/gnome-team by this push:
     new 33f89ec9e4 gnu: gnome-session-shepherd: Update to 1.0.
33f89ec9e4 is described below

commit 33f89ec9e4f0c4ae6ef9cffe7c84e2689047740a
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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f19fd6c874..1ac4ae53bc 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8017,16 +8017,16 @@ 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
                      (url 
"https://gitlab.gnome.org/noe/gnome-session-shepherd.git";)
-                     (commit version)))
+                     (commit "dd74626a16b1ab62b02b8431aaaac81c21befd9f")))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1plib5klffnz93scgqwr3f10cpxvdxnfi8m3bbfqwmmxf1gc2bqq"))))
+                "19cr5lw6dlz2g8klgchphay7108zh27xkzxzpc43zl2lsh37qswb"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to