apteryx pushed a commit to branch core-updates-frozen
in repository guix.

commit 9e87a92742329fc700861adfc8fba450c211d525
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Fri Nov 19 17:15:12 2021 -0500

    gnu: gjs: Update to 1.70.0.
    
    * gnu/packages/gnome.scm (gjs): Update to 1.70.0.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 990e436..3a63f87 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7320,7 +7320,7 @@ configuration program to choose applications starting on 
login.")
 (define-public gjs
   (package
     (name "gjs")
-    (version "1.68.2")
+    (version "1.70.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -7328,7 +7328,7 @@ configuration program to choose applications starting on 
login.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0c7fclm53v41n5vfndymp35fbh1x218lrk65iqrk1wc2lsnh5zvh"))
+                "0pqwhq0znprs0h5ixz396912acwzk9zvjfhi9qvh52ii38s2j1jb"))
               (modules '((guix build utils)))
               (snippet
                '(begin

Reply via email to