me
/
guix
Archived
1
0
Fork 0

gnu: mujs: Update to 1.3.5.

* gnu/packages/javascript.scm (mujs): Update to 1.3.5.

Change-Id: I15580d589cf3163ea669adfd93848ad893f0e124
master
宋文武 2024-07-23 22:01:49 +08:00
parent ff4e3b4b0e
commit 1e59295112
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -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))