gnu: mujs: Update to 1.0.9.

* gnu/packages/javascript.scm (mujs): Update to 1.0.9.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-23 22:05:42 +01:00
parent d3e6f41ad6
commit f289d922b2
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -415,7 +415,7 @@ (define-public js-filesaver
(define-public mujs
(package
(name "mujs")
(version "1.0.7")
(version "1.0.9")
(source
(origin
(method git-fetch)
@ -424,7 +424,7 @@ (define-public mujs
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "08cm3w51xx1bznlglys9wl76vmbdf6jbd3cq504wzrqh10vgdfbv"))))
(base32 "146lmmigqlvx36d3fzb9kk7sy6y4ddv0ih4pkjz4zyj30zl84gy2"))))
(build-system gnu-build-system)
(arguments
`(#:phases