diff options
| -rw-r--r-- | gnu/packages/build-tools.scm | 4 |
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 |
