gnu: mujs: Update to 1.1.3.

* gnu/packages/javascript.scm (mujs): Update to 1.1.3.
This commit is contained in:
Efraim Flashner 2021-10-28 13:02:04 +03:00
parent 5cbf9a48d7
commit babab31fdd
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -556,7 +556,7 @@ (define-public js-filesaver
(define-public mujs
(package
(name "mujs")
(version "1.1.1")
(version "1.1.3")
(source
(origin
(method git-fetch)
@ -565,7 +565,7 @@ (define-public mujs
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0ivqz06fq8v36p2gkjh64vgv0gm7nghds0n42vrv7vm46phdffvb"))))
(base32 "0qizld89qw24i9v6i2j9cxjyqn425xbiqfp1b7qfrkyxqkn0byws"))))
(build-system gnu-build-system)
(arguments
`(#:phases