gnu: mujs: Update to 1.0.3.

* gnu/packages/javascript.scm (mujs): Update to 1.0.3.
This commit is contained in:
Marius Bakke 2018-03-31 22:00:34 +02:00
parent 48e481b563
commit 66939d59ed
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -371,7 +371,7 @@ (define-public js-es5-shim
(define-public mujs
(package
(name "mujs")
(version "1.0.2")
(version "1.0.3")
(source (origin
(method git-fetch)
(uri (git-reference
@ -380,7 +380,7 @@ (define-public mujs
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"1angy1higk8bvh69frjhq1m6znhd75fzalaydz5rfzkdfyw52jgy"))))
"15ml3rzjl44lqdb1yxipdh8bhh0rvk2g6w6sjv667q8xywijwqv8"))))
(build-system gnu-build-system)
(arguments
'(#:phases (modify-phases %standard-phases