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

commit 47906bfeeecb30e0b620c1df02de6810feb6e9dd
Author: Maxim Cournoyer <maxim.courno...@gmail.com>
AuthorDate: Mon May 19 14:01:21 2025 +0900

    gnu: gjs: Update to 1.84.2.
    
    * gnu/packages/gnome.scm (gjs): Update to 1.84.2.
    
    Change-Id: Ic7a38d830954c796d856bc3dd124fb2706f793f1
---
 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 3442ee619f..61d5cbacdd 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7974,7 +7974,7 @@ configuration program to choose applications starting on 
login.")
 (define-public gjs
   (package
     (name "gjs")
-    (version "1.82.1")
+    (version "1.84.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -7982,7 +7982,7 @@ configuration program to choose applications starting on 
login.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0g39nl4x32x71c9gnwlrlv8jnpl2lnhmc7qpl7jy0vap6rbalfgv"))
+                "0rh1fkkb35aa1zrhzbizzxllkwc3snkw67i901in61ap6kgjw51m"))
               (modules '((guix build utils)))
               (snippet
                '(begin

Reply via email to