mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
878fea6b18
commit
511e301bd7
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue