diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:20 +0200 |
commit | 7febc2a78737c3c837a3512c20f2d9bb70a8a173 (patch) | |
tree | 52628db5d4b913e8f5db9e4d3bdd3c8b5bd1f6e1 /gnu | |
parent | 7fd173369eb172e4a9697431d325221079882d41 (diff) | |
download | guix-7febc2a78737c3c837a3512c20f2d9bb70a8a173.tar.gz |
gnu: bmake: Update to 20230711.
* gnu/packages/build-tools.scm (bmake): Update to 20230711.
Diffstat (limited to 'gnu')
-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 00fc059a74..9fdcd1b66b 100644 --- a/gnu/packages/build-tools.scm +++ b/gnu/packages/build-tools.scm @@ -171,14 +171,14 @@ generate such a compilation database.") (define-public bmake (package (name "bmake") - (version "20230622") + (version "20230711") (source (origin (method url-fetch) (uri (string-append "http://www.crufty.net/ftp/pub/sjg/bmake-" version ".tar.gz")) (sha256 - (base32 "007ckj2381bmwpxy5zmy2m19p2hxaj7ld80b5lv7i798c2fwj15l")))) + (base32 "1vrg6gclfn34lxyyqf0837hk89n5pf7ms0gmgg1fd87i0cn5908a")))) (build-system gnu-build-system) (inputs (list bash-minimal)) |