guix-commits
[Top][All Lists]
Advanced

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

34/47: gnu: gjs: Update to 1.58.3.


From: guix-commits
Subject: 34/47: gnu: gjs: Update to 1.58.3.
Date: Mon, 23 Mar 2020 15:50:56 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 950fe9a9e1cbd03fbf47a1b74804b0a0a050df7f
Author: Kei Kebreau <address@hidden>
AuthorDate: Sat Dec 21 23:21:18 2019 -0500

    gnu: gjs: Update to 1.58.3.
    
    * gnu/packages/gnome.scm (gjs): Update to 1.58.3.
    [native-inputs]: Add dconf.
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0332ec7..ecf7bb4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5758,7 +5758,7 @@ configuration program to choose applications starting on 
login.")
 (define-public gjs
   (package
     (name "gjs")
-    (version "1.56.2")
+    (version "1.58.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -5766,7 +5766,7 @@ configuration program to choose applications starting on 
login.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1b5321krn89p3f7s2ik6gpfnc61apzljhlnbqky8c88f7n6832ac"))))
+                "1bkksx362007zs8c31ydygb29spwa5g5kch1ad2grc2sp53wv7ya"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases
@@ -5796,6 +5796,7 @@ configuration program to choose applications starting on 
login.")
        ("xmllint" ,libxml2)
        ;; For testing
        ("dbus-launch" ,dbus)
+       ("dconf" ,dconf) ; required to properly store settings
        ("uuidgen" ,util-linux)
        ("xvfb" ,xorg-server-for-tests)))
     (propagated-inputs



reply via email to

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