[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/26: gnu: cl-uglify-js: Improve package definition.
From: |
guix-commits |
Subject: |
08/26: gnu: cl-uglify-js: Improve package definition. |
Date: |
Thu, 3 Mar 2022 10:22:40 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit 5488e0556bbacd30fca99ffa99417276df8cb87b
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Thu Mar 3 10:37:25 2022 +0100
gnu: cl-uglify-js: Improve package definition.
* gnu/packages/lisp-xyz.scm (sbcl-cl-uglify-js)[source]: Use git-version
function.
---
gnu/packages/lisp-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 96d3f69478..7910dd7aef 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -1183,14 +1183,14 @@ It is similar to the @code{CL:LOOP} macro, with these
distinguishing marks:
(revision "1"))
(package
(name "sbcl-cl-uglify-js")
- (version (string-append "0.1-" revision "." (string-take commit 9)))
+ (version (git-version "0.1" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/mishoo/cl-uglify-js")
(commit commit)))
- (file-name (git-file-name name version))
+ (file-name (git-file-name "cl-uglify-js" version))
(sha256
(base32
"0k39y3c93jgxpr7gwz7w0d8yknn1fdnxrjhd03057lvk5w8js27a"))))
- branch master updated (734b76c5fc -> 89f17efbb3), guix-commits, 2022/03/03
- 01/26: gnu: sbcl: Update to 2.2.2., guix-commits, 2022/03/03
- 02/26: gnu: cl-trivial-gray-streams: Update to 2.0-1.2b3823e., guix-commits, 2022/03/03
- 08/26: gnu: cl-uglify-js: Improve package definition.,
guix-commits <=
- 04/26: gnu: cl-flexichain: Update to 1.5.1-2.9af644a., guix-commits, 2022/03/03
- 05/26: gnu: cl-pdf: Update to 2.0.0-2.f57905e., guix-commits, 2022/03/03
- 07/26: gnu: cl-iterate: Update to 1.5.3., guix-commits, 2022/03/03
- 11/26: gnu: sbcl-ironclad: Update to 0.57., guix-commits, 2022/03/03
- 12/26: gnu: cl-chipz: Update to 0.8-2.82a17d3., guix-commits, 2022/03/03
- 14/26: gnu: cl-fad: Update to 0.7.6-1.3f4d32d., guix-commits, 2022/03/03
- 16/26: gnu: cl-hunchentoot: Fix build., guix-commits, 2022/03/03
- 15/26: gnu: cl-osicat: Update to 0.7.0-3.a45eb3b., guix-commits, 2022/03/03
- 09/26: gnu: cl-strings: Update to 0.0.1-1.93ec417., guix-commits, 2022/03/03
- 21/26: gnu: cl-opticl: Update to 0.0.0-1.f6fc4dc., guix-commits, 2022/03/03