[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: mujs: Update to 1.0.9.
From: |
guix-commits |
Subject: |
07/09: gnu: mujs: Update to 1.0.9. |
Date: |
Mon, 23 Nov 2020 16:12:30 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit f289d922b2d6530c15d1521cc136b7b2eb722baa
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Nov 23 22:05:42 2020 +0100
gnu: mujs: Update to 1.0.9.
* gnu/packages/javascript.scm (mujs): Update to 1.0.9.
---
gnu/packages/javascript.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/javascript.scm b/gnu/packages/javascript.scm
index 48f3e85..7c526cc 100644
--- a/gnu/packages/javascript.scm
+++ b/gnu/packages/javascript.scm
@@ -415,7 +415,7 @@ external server.")
(define-public mujs
(package
(name "mujs")
- (version "1.0.7")
+ (version "1.0.9")
(source
(origin
(method git-fetch)
@@ -424,7 +424,7 @@ external server.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "08cm3w51xx1bznlglys9wl76vmbdf6jbd3cq504wzrqh10vgdfbv"))))
+ (base32 "146lmmigqlvx36d3fzb9kk7sy6y4ddv0ih4pkjz4zyj30zl84gy2"))))
(build-system gnu-build-system)
(arguments
`(#:phases
- branch master updated (be4d952 -> 94147d6), guix-commits, 2020/11/23
- 07/09: gnu: mujs: Update to 1.0.9.,
guix-commits <=
- 06/09: gnu: mujs: Fetch sources from git., guix-commits, 2020/11/23
- 04/09: gnu: snd: Update to 20.9., guix-commits, 2020/11/23
- 05/09: gnu: gpodder: Update to 3.10.17., guix-commits, 2020/11/23
- 08/09: gnu: mujs: Cross-compile., guix-commits, 2020/11/23
- 09/09: gnu: mujs: Omit static library., guix-commits, 2020/11/23
- 02/09: gnu: djview: Update to 4.12., guix-commits, 2020/11/23
- 03/09: gnu: libraqm: Update to 0.7.1., guix-commits, 2020/11/23
- 01/09: gnu: mtpaint: Update to 3.49.33., guix-commits, 2020/11/23