guix-commits
[Top][All Lists]
Advanced

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

06/22: gnu: mozjs-78: Update to 78.13.0.


From: guix-commits
Subject: 06/22: gnu: mozjs-78: Update to 78.13.0.
Date: Sun, 10 Oct 2021 00:53:33 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit 7aba66f76f4f45bdd0388a38e364a65f668fa091
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Sep 3 10:32:38 2021 -0400

    gnu: mozjs-78: Update to 78.13.0.
    
    * gnu/packages/gnuzilla.scm (mozjs-78): Update to 78.13.0.
---
 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 9f6e1f2..de53d4e 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -418,7 +418,7 @@ in C/C++.")
 (define-public mozjs-78
   (package
     (inherit mozjs-60)
-    (version "78.5.0")
+    (version "78.13.0")
     (source (origin
               (method url-fetch)
               ;; TODO: Switch to IceCat source once available on ftp.gnu.org.
@@ -427,7 +427,7 @@ in C/C++.")
                                   version "esr.source.tar.xz"))
               (sha256
                (base32
-                "1442yjmwz69hkfcvh8kkb60jf4c9ms0pac04nc3xw2da13v4zxai"))))
+                "0v2g5clp9qlsbqfjb6yz614nq8x8c4k1p6m4axyv6g27qbiaky8r"))))
     (arguments
      `(#:imported-modules ,%cargo-utils-modules ;for `generate-all-checksums'
        #:modules ((guix build cargo-utils)



reply via email to

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