[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50358] [PATCH core-updates-frozen 7/8] gnu: mozjs-78: Update to 78.
From: |
Maxim Cournoyer |
Subject: |
[bug#50358] [PATCH core-updates-frozen 7/8] gnu: mozjs-78: Update to 78.13.0. |
Date: |
Fri, 3 Sep 2021 11:31:15 -0400 |
This resolves a build failure since updating the package to build with latest
Rust (1.54).
* 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 3a83cce22c..3daffb5431 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -415,7 +415,7 @@ in C/C++.")
(define-public mozjs-78
(package
(inherit mozjs-60)
- (version "78.10.1")
+ (version "78.13.0")
(source (origin
(method url-fetch)
;; TODO: Switch to IceCat source once available on ftp.gnu.org.
@@ -424,7 +424,7 @@ in C/C++.")
version "esr.source.tar.xz"))
(sha256
(base32
- "0gyg2p6i1wmmfghwg13pp6fj8j8xz6c14f6bbnf4pf0f5c3la7y4"))))
+ "0v2g5clp9qlsbqfjb6yz614nq8x8c4k1p6m4axyv6g27qbiaky8r"))))
(arguments
`(#:imported-modules ,%cargo-utils-modules ;for `generate-all-checksums'
#:modules ((guix build cargo-utils)
--
2.33.0
- [bug#50358] [PATCH core-updates-frozen 2/8] aux-files: sitecustomize: Cleanup and add explanatory comments., (continued)
- [bug#50358] [PATCH core-updates-frozen 2/8] aux-files: sitecustomize: Cleanup and add explanatory comments., Maxim Cournoyer, 2021/09/03
- [bug#50358] [PATCH core-updates-frozen 3/8] gnu: glade3: Remove sitecustomize.py workaround., Maxim Cournoyer, 2021/09/03
- [bug#50358] [PATCH core-updates-frozen 8/8] gnu: fontconfig: Add a search path for XDG_DATA_DIRS., Maxim Cournoyer, 2021/09/03
- [bug#50358] [PATCH core-updates-frozen 0/8] Shortened Rust bootstrap & other fixes., Ludovic Courtès, 2021/09/08
- [bug#50358] [PATCH core-updates-frozen 0/8] Shortened Rust bootstrap & other fixes., Maxim Cournoyer, 2021/09/11
- [bug#50358] [PATCH core-updates-frozen 0/8] Shortened Rust bootstrap & other fixes., Ludovic Courtès, 2021/09/13
- [bug#50358] [PATCH core-updates-frozen 0/8] Shortened Rust bootstrap & other fixes., Maxim Cournoyer, 2021/09/15
- [bug#50358] [PATCH core-updates-frozen 0/8] Shortened Rust bootstrap & other fixes., Ludovic Courtès, 2021/09/16
[bug#50358] [PATCH core-updates-frozen 4/8] gnu: rust: Bootstrap rust from 1.39.0 and optimize build time., Maxim Cournoyer, 2021/09/03
[bug#50358] [PATCH core-updates-frozen 6/8] gnu: Build all Rust packages using the latest rustc., Maxim Cournoyer, 2021/09/03
[bug#50358] [PATCH core-updates-frozen 7/8] gnu: mozjs-78: Update to 78.13.0.,
Maxim Cournoyer <=
[bug#50358] [PATCH core-updates-frozen 1/8] guix: packages: Fix repacking of plain tarballs., Mathieu Othacehe, 2021/09/03
[bug#50358] [PATCH core-updates-frozen 0/8] Shortened Rust bootstrap & other fixes., Ludovic Courtès, 2021/09/08