1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: bmake: Update to 20260313.

* gnu/packages/build-tools.scm (bmake): Update to 20260313.

Change-Id: I8434f3e6149806e39d99a9c0cde3df5d9903c629
This commit is contained in:
Sören Tempel
2026-03-19 15:24:10 +01:00
parent 29cc182c35
commit 894c4324ca

View File

@@ -230,14 +230,14 @@ generate such a compilation database.")
(define-public bmake
(package
(name "bmake")
(version "20251111")
(version "20260313")
(source
(origin
(method url-fetch)
(uri (string-append
"http://www.crufty.net/ftp/pub/sjg/bmake-" version ".tar.gz"))
(sha256
(base32 "0q30a04lg91g4932xgl0hg4c798inr5ky8fq6cwqzfkpar8zi8s5"))
(base32 "0xgryknmv625idw37rq89mpl5rymwdb15j5w8zxwy1gf8b6z7j3n"))
(patches (search-patches "bmake-run-check-separately.patch"))))
(build-system gnu-build-system)
(inputs