1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-26 19:14:07 +02:00

gnu: mujs: Update to 1.3.9.

* gnu/packages/javascript.scm (mujs): Update to 1.3.9.
[source]: Fetch from project page URL.

Change-Id: I1869bd451c751dc7dc4dce41b13e1dd6e421d753
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
bdunahu
2026-03-26 09:26:59 -04:00
committed by Efraim Flashner
parent 4278840aa8
commit 74472b7a0d
+5 -7
View File
@@ -966,16 +966,14 @@ animating a series of images.")
(define-public mujs
(package
(name "mujs")
(version "1.3.8")
(version "1.3.9")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://codeberg.org/ccxvii/mujs")
(commit version)))
(file-name (git-file-name name version))
(method url-fetch)
(uri (string-append "https://mujs.com/downloads/mujs-"
version ".tar.gz"))
(sha256
(base32 "0k365drffxj02846cr0l7qjbw2j6k2z7caby6g1gqm275vbn9q1k"))
(base32 "17fq82h1z4p1j1g5hqmzz5ar4lz2p63qfmbkhsjmmzjfvlh5lvcm"))
(snippet
#~(begin
(use-modules (guix build utils))