[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: gnu: mujs: Update to 1.1.1.
From: |
guix-commits |
Subject: |
03/07: gnu: mujs: Update to 1.1.1. |
Date: |
Sun, 18 Apr 2021 14:39:40 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 6ba730cfe65b5343e86ee3a42fe94fd1fca4c8b7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Apr 14 23:07:02 2021 +0200
gnu: mujs: Update to 1.1.1.
* gnu/packages/javascript.scm (mujs): Update to 1.1.1.
---
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 bb3a806..a935d32 100644
--- a/gnu/packages/javascript.scm
+++ b/gnu/packages/javascript.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2017, 2019, 2020 Ricardo Wurmus <rekado@elephly.net>
-;;; Copyright © 2017, 2018, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2017, 2018, 2020, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2018 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2021 Pierre Neidhardt <mail@ambrevar.xyz>
@@ -557,7 +557,7 @@ external server.")
(define-public mujs
(package
(name "mujs")
- (version "1.1.0")
+ (version "1.1.1")
(source
(origin
(method git-fetch)
@@ -566,7 +566,7 @@ external server.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "00j748hzf4azgjgykc8x9xalh70hj1dm8qvqzvldbf08zq0s3n5j"))))
+ (base32 "0ivqz06fq8v36p2gkjh64vgv0gm7nghds0n42vrv7vm46phdffvb"))))
(build-system gnu-build-system)
(arguments
`(#:phases
- branch master updated (28e09d7 -> e1bb900), guix-commits, 2021/04/18
- 02/07: gnu: psi-plus: Update to 1.5.1484., guix-commits, 2021/04/18
- 01/07: gnu: python-webtest: Update to 2.0.35., guix-commits, 2021/04/18
- 05/07: gnu: python-poetry-core: Update to 1.0.3., guix-commits, 2021/04/18
- 06/07: gnu: cifs-utils: Update to 6.13., guix-commits, 2021/04/18
- 04/07: gnu: perl-pdf-api2: Update to 2.040., guix-commits, 2021/04/18
- 07/07: gnu: libopenmpt: Update to 0.5.8 [security fixes]., guix-commits, 2021/04/18
- 03/07: gnu: mujs: Update to 1.1.1.,
guix-commits <=