guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 8be3b09bdca095d3adf5636a061b4c07ee9fde0b
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Mar 22 11:44:11 2026 +0900
gnu: gjs: Update to 1.86.0.
* gnu/packages/gnome.scm (gjs): Update to 1.86.0.
[inputs]: Move gtk+ to...
[native-inputs]: ... here.
[home-page]: Update.
Change-Id: Iae26a02d3ba343c8a46076745cd8a053ebedcbb4
---
gnu/packages/gnome.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index dac2215d7a..2cf7f3dd50 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7948,7 +7948,7 @@ configuration program to choose applications starting on
login.")
(define-public gjs
(package
(name "gjs")
- (version "1.84.2")
+ (version "1.86.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -7956,7 +7956,7 @@ configuration program to choose applications starting on
login.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0rh1fkkb35aa1zrhzbizzxllkwc3snkw67i901in61ap6kgjw51m"))
+ "1687l3nshrbc0wn18q6mn974vl14wa85wzqcilm4qkc0axx8yi33"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -8006,16 +8006,16 @@ configuration program to choose applications starting
on login.")
;; For testing
dbus
dconf ;required to properly store settings
+ gtk+
util-linux
xorg-server-for-tests))
(propagated-inputs
;; These are all in the Requires.private field of gjs-1.0.pc.
;; Check the version of mozjs required in meson.build.
- (list cairo gobject-introspection mozjs-128))
- (inputs
- (list gtk+ readline))
+ (list cairo gobject-introspection mozjs))
+ (inputs (list readline))
(synopsis "Javascript bindings for GNOME")
- (home-page "https://wiki.gnome.org/Gjs")
+ (home-page "https://gitlab.gnome.org/GNOME/gjs")
(description
"Gjs is a javascript binding for GNOME. It's mainly based on spidermonkey
javascript engine and the GObject introspection framework.")