efraim pushed a commit to branch master
in repository guix.

commit 2b1383c0a2f79117103b142440c64f6a751d545d
Author: Efraim Flashner <[email protected]>
AuthorDate: Sun Feb 12 16:52:58 2023 +0200

    gnu: mujs: Update to 1.3.2.
    
    * gnu/packages/javascript.scm (mujs): Update to 1.3.2.
---
 gnu/packages/javascript.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/javascript.scm b/gnu/packages/javascript.scm
index f0580eff8b..fa37549625 100644
--- a/gnu/packages/javascript.scm
+++ b/gnu/packages/javascript.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2017 Arun Isaac <[email protected]>
 ;;; Copyright © 2017, 2019, 2020, 2022 Ricardo Wurmus <[email protected]>
 ;;; Copyright © 2017, 2018, 2020, 2021 Tobias Geerinckx-Rice <[email protected]>
-;;; Copyright © 2017, 2018, 2019, 2020, 2022 Efraim Flashner 
<[email protected]>
+;;; Copyright © 2017-2020, 2022, 2023 Efraim Flashner <[email protected]>
 ;;; Copyright © 2018 Nicolas Goaziou <[email protected]>
 ;;; Copyright © 2021 Pierre Neidhardt <[email protected]>
 ;;; Copyright © 2021 Maxim Cournoyer <[email protected]>
@@ -762,7 +762,7 @@ animating a series of images.")
 (define-public mujs
   (package
     (name "mujs")
-    (version "1.2.0")
+    (version "1.3.2")
     (source
      (origin
        (method git-fetch)
@@ -771,7 +771,7 @@ animating a series of images.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0kqw3xhjk4l2jar14a1f9b3m0xq0h2g3nc9m6hsdv7kf8jhfm83l"))
+        (base32 "1kfp2246pzmrb65c0gfcy130zd7sbniclpjx2jv6jbkmpkjs8kb1"))
        (snippet
         #~(begin
             (use-modules (guix build utils))

Reply via email to