diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-08-06 15:47:49 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-03-07 13:42:29 +0100 |
commit | 7271781738c4000f40107a500523210ef26a30fd (patch) | |
tree | 63e0a715ec2d612480415eeb1c577ceed9f01146 /gnu/packages/gnome.scm | |
parent | 5dd12afcfb3509809ed611216a057edc90a5756e (diff) | |
download | patches-7271781738c4000f40107a500523210ef26a30fd.tar patches-7271781738c4000f40107a500523210ef26a30fd.tar.gz |
gnu: gjs: Update to 1.52.3.
* gnu/packages/gnome.scm (gjs): Update to 1.52.3.
[propagated-inputs]: Replace mozjs-38 with mozjs-52.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index ff6b17f365..e3602f87da 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4740,7 +4740,7 @@ configuration program to choose applications starting on login.") (define-public gjs (package (name "gjs") - (version "1.48.6") + (version "1.52.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4748,7 +4748,7 @@ configuration program to choose applications starting on login.") name "-" version ".tar.xz")) (sha256 (base32 - "04nkig077r7xq55dxg9v46w8i7p8zkkdyja92yv81grq9fx6apz8")))) + "1z4n15wdz6pbqd2hfzrqc8mmprhv50v4jk43p08v0xv07yldh8ff")))) (build-system gnu-build-system) (arguments '(#:phases @@ -4781,7 +4781,7 @@ configuration program to choose applications starting on login.") ;; These are all in the Requires.private field of gjs-1.0.pc. `(("cairo" ,cairo) ("gobject-introspection" ,gobject-introspection) - ("mozjs" ,mozjs-38))) + ("mozjs" ,mozjs-52))) (inputs `(("gtk+" ,gtk+) ("readline" ,readline))) |