gnu: gjs: Update to 1.73.2.
* gnu/packages/gnome.scm (gjs): Update to 1.73.2. [propagated-inputs]: Change from MOZJS-91 to MOZJS.
This commit is contained in:
parent
135ad8988a
commit
3767f17b00
1 changed files with 4 additions and 3 deletions
|
@ -7211,7 +7211,8 @@ configuration program to choose applications starting on login.")
|
||||||
(define-public gjs
|
(define-public gjs
|
||||||
(package
|
(package
|
||||||
(name "gjs")
|
(name "gjs")
|
||||||
(version "1.72.2")
|
;; Note: We use a pre-release for compatibility with recent LibFFI.
|
||||||
|
(version "1.73.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -7219,7 +7220,7 @@ configuration program to choose applications starting on login.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xrrv9lsi087yb9yf146a1aarf5yh6rf4jw9blx30zasvjdkgvnx"))
|
"0xfspsc1q4xm7p500lmy17b9csyaqps1kilylq8wjjd0fjqq8ayg"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -7250,7 +7251,7 @@ configuration program to choose applications starting on login.")
|
||||||
xorg-server-for-tests))
|
xorg-server-for-tests))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; These are all in the Requires.private field of gjs-1.0.pc.
|
;; These are all in the Requires.private field of gjs-1.0.pc.
|
||||||
(list cairo gobject-introspection mozjs-91))
|
(list cairo gobject-introspection mozjs))
|
||||||
(inputs
|
(inputs
|
||||||
(list gtk+ readline))
|
(list gtk+ readline))
|
||||||
(synopsis "Javascript bindings for GNOME")
|
(synopsis "Javascript bindings for GNOME")
|
||||||
|
|
Reference in a new issue