guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

41/74: gnu: gjs: Update to 1.52.3.


From: guix-commits
Subject: 41/74: gnu: gjs: Update to 1.52.3.
Date: Fri, 30 Nov 2018 09:07:20 -0500 (EST)

rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.

commit 592003d2076c7ec5114fd8f85cebf9ea5716a17c
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Aug 6 15:47:49 2018 +0200

    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.
---
 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 d587e45..2c9c45b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4645,7 +4645,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 "/"
@@ -4653,7 +4653,7 @@ configuration program to choose applications starting on 
login.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "04nkig077r7xq55dxg9v46w8i7p8zkkdyja92yv81grq9fx6apz8"))))
+                "1z4n15wdz6pbqd2hfzrqc8mmprhv50v4jk43p08v0xv07yldh8ff"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases
@@ -4698,7 +4698,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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]