gnu: mujs: Update to 1.3.5.
* gnu/packages/javascript.scm (mujs): Update to 1.3.5. Change-Id: I15580d589cf3163ea669adfd93848ad893f0e124master
parent
ff4e3b4b0e
commit
1e59295112
|
@ -778,7 +778,7 @@ animating a series of images.")
|
||||||
(define-public mujs
|
(define-public mujs
|
||||||
(package
|
(package
|
||||||
(name "mujs")
|
(name "mujs")
|
||||||
(version "1.3.2")
|
(version "1.3.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -787,7 +787,7 @@ animating a series of images.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1kfp2246pzmrb65c0gfcy130zd7sbniclpjx2jv6jbkmpkjs8kb1"))
|
(base32 "1p90cb830li6y38m748s4kz2pkimxarbcaym3bwrxnk3jaqcf69q"))
|
||||||
(snippet
|
(snippet
|
||||||
#~(begin
|
#~(begin
|
||||||
(use-modules (guix build utils))
|
(use-modules (guix build utils))
|
||||||
|
|
Reference in New Issue