gnu: mozjs-60: Update to 60.2.3-4.

* gnu/packages/gnuzilla.scm (mozjs-60): Update to 60.2.3-4.
This commit is contained in:
Efraim Flashner 2021-08-26 01:01:27 +03:00
parent 878fea6b18
commit 511e301bd7
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -353,7 +353,7 @@ (define-public mozjs-60
;; 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 @@ (define-public mozjs-60
(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"