summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2026-03-19 15:24:10 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2026-03-27 17:21:57 +0100
commit894c4324caaec6abf086b671af73e14ebca2e82c (patch)
tree1a1ed1a5d499b1065388d89099e64d755df60172
parent29cc182c3571df423ec298044f02f07106cb91d9 (diff)
gnu: bmake: Update to 20260313.
* gnu/packages/build-tools.scm (bmake): Update to 20260313. Change-Id: I8434f3e6149806e39d99a9c0cde3df5d9903c629
-rw-r--r--gnu/packages/build-tools.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index b27d52a2b96..e7b1913e658 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -230,14 +230,14 @@ generate such a compilation database.")
230(define-public bmake 230(define-public bmake
231 (package 231 (package
232 (name "bmake") 232 (name "bmake")
233 (version "20251111") 233 (version "20260313")
234 (source 234 (source
235 (origin 235 (origin
236 (method url-fetch) 236 (method url-fetch)
237 (uri (string-append 237 (uri (string-append
238 "http://www.crufty.net/ftp/pub/sjg/bmake-" version ".tar.gz")) 238 "http://www.crufty.net/ftp/pub/sjg/bmake-" version ".tar.gz"))
239 (sha256 239 (sha256
240 (base32 "0q30a04lg91g4932xgl0hg4c798inr5ky8fq6cwqzfkpar8zi8s5")) 240 (base32 "0xgryknmv625idw37rq89mpl5rymwdb15j5w8zxwy1gf8b6z7j3n"))
241 (patches (search-patches "bmake-run-check-separately.patch")))) 241 (patches (search-patches "bmake-run-check-separately.patch"))))
242 (build-system gnu-build-system) 242 (build-system gnu-build-system)
243 (inputs 243 (inputs