[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/15: gnu: bmake: Update to 20211207.
From: |
guix-commits |
Subject: |
02/15: gnu: bmake: Update to 20211207. |
Date: |
Thu, 16 Dec 2021 21:07:40 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 0fb4cc7a2fda82c196cc38a6d93056f472f4502a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Dec 16 23:18:22 2021 +0100
gnu: bmake: Update to 20211207.
* gnu/packages/build-tools.scm (bmake): Update to 20211207.
[arguments]: Don't explicitly return #t from phases.
---
gnu/packages/build-tools.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 6750446..39e4297 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -154,14 +154,14 @@ generate such a compilation database.")
(define-public bmake
(package
(name "bmake")
- (version "20210206")
+ (version "20211207")
(source
(origin
(method url-fetch)
(uri (string-append
"http://www.crufty.net/ftp/pub/sjg/bmake-" version ".tar.gz"))
(sha256
- (base32 "07n9avzdg6gifrzyddnyzada5s5rzklvbqfpv5drljpxcgpqpvwg"))))
+ (base32 "1cvm10gh7gb0rjcfgbssrw13ha24qmagifgkr53kk39r9693ylq5"))))
(build-system gnu-build-system)
(inputs
`(("bash" ,bash-minimal)))
@@ -180,8 +180,7 @@ generate such a compilation database.")
(lambda _
(substitute* "unit-tests/Makefile"
(("cmd-interrupt") "")
- (("varmod-localtime") ""))
- #t)))
+ (("varmod-localtime") "")))))
#:configure-flags
(list
(string-append
- 11/15: gnu: audit: Update to 3.0.6., (continued)
- 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, 2021/12/16
- 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 <=
- 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