[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/15: gnu: cloc: Update to 1.92.
From: |
guix-commits |
Subject: |
14/15: gnu: cloc: Update to 1.92. |
Date: |
Thu, 16 Dec 2021 21:07:44 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit e915b6a15042a8148b2ce3ddf8b9b2c5a59006c4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Dec 17 02:34:15 2021 +0100
gnu: cloc: Update to 1.92.
* gnu/packages/code.scm (cloc): Update to 1.92.
[arguments]: Don't explicitly return #t from phases.
---
gnu/packages/code.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index d3ff6ae..dccfdeb 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -269,7 +269,7 @@ COCOMO model or user-provided parameters.")
(define-public cloc
(package
(name "cloc")
- (version "1.90")
+ (version "1.92")
(source
(origin
(method git-fetch)
@@ -278,7 +278,7 @@ COCOMO model or user-provided parameters.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0ic9q6qqw5f1wafp9lpmhr0miasbdb9zr59c0jlymnzffdmnliyc"))))
+ (base32 "1hy1hskiw02b7xaxn2qz0v7znj14l49w1anx20z6rkcps7212l5l"))))
(build-system gnu-build-system)
(inputs
(list coreutils
@@ -299,15 +299,13 @@ COCOMO model or user-provided parameters.")
(string-append "INSTALL="
(assoc-ref inputs "coreutils")
"/bin/install")
- "install")
- #t)))
+ "install"))))
(add-after 'install 'wrap-program
(lambda* (#:key inputs outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out")))
(wrap-program (string-append out "/bin/cloc")
`("PERL5LIB" ":" =
- ,(string-split (getenv "PERL5LIB") #\:)))
- #t))))
+ ,(string-split (getenv "PERL5LIB") #\:)))))))
#:out-of-source? #t
;; Tests require some other packages.
#:tests? #f))
- branch master updated (1ca2c67 -> 010a1ff), guix-commits, 2021/12/16
- 01/15: gnu: Remove unreferenced nss/fixed., guix-commits, 2021/12/16
- 04/15: gnu: htop: Update to 3.1.2., guix-commits, 2021/12/16
- 11/15: gnu: audit: Update to 3.0.6., guix-commits, 2021/12/16
- 13/15: gnu: audit: Tweak description., guix-commits, 2021/12/16
- 09/15: gnu: agda: Update to 2.6.2.1., guix-commits, 2021/12/16
- 12/15: gnu: audit: Remove input labels., guix-commits, 2021/12/16
- 03/15: gnu: bmake: Remove input labels., guix-commits, 2021/12/16
- 14/15: gnu: cloc: Update to 1.92.,
guix-commits <=
- 08/15: gnu: remmina: Remove input labels., guix-commits, 2021/12/16
- 06/15: gnu: bemenu: Update to 0.6.4., guix-commits, 2021/12/16
- 10/15: gnu: openvpn: Update to 2.5.5., guix-commits, 2021/12/16
- 15/15: gnu: libjcat: Update to 0.1.9., guix-commits, 2021/12/16
- 02/15: gnu: bmake: Update to 20211207., guix-commits, 2021/12/16
- 05/15: gnu: fasm: Update to 1.73.28., guix-commits, 2021/12/16
- 07/15: gnu: remmina: Update to 1.4.22., guix-commits, 2021/12/16