guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: mozjs-60: Update to 60.2.3-4.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: mozjs-60: Update to 60.2.3-4.
Date: Wed, 25 Aug 2021 18:45:05 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 511e301  gnu: mozjs-60: Update to 60.2.3-4.
511e301 is described below

commit 511e301bd7623e0c636c9176f356206c94dae26a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Aug 26 01:01:27 2021 +0300

    gnu: mozjs-60: Update to 60.2.3-4.
    
    * gnu/packages/gnuzilla.scm (mozjs-60): Update to 60.2.3-4.
---
 gnu/packages/gnuzilla.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index a4d193c..a455022 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -353,7 +353,7 @@ in C/C++.")
   ;; we take the Debian version instead, because it is easier to work with.
   (package
     (inherit mozjs-38)
-    (version "60.2.3-2")
+    (version "60.2.3-4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -362,7 +362,7 @@ in C/C++.")
               (file-name (git-file-name "mozjs" version))
               (sha256
                (base32
-                "091w050rwzrdcbgyi934k2viyccmlqxrp13sm2mql71mabb5dai6"))))
+                "1xl6avsj9gkgma71p56jzs7nasc767k3n1frnmri5pad4rj94bij"))))
     (arguments
      `(#:tests? #f ; FIXME: all tests pass, but then the check phase fails 
anyway.
        #:test-target "check-jstests"



reply via email to

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