guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/31: gnu: bmake: Update to 20230723.


From: guix-commits
Subject: 07/31: gnu: bmake: Update to 20230723.
Date: Sat, 29 Jul 2023 20:04:58 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit bc537f42908ceb4ffc66bc663a024ca37088cc0a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 23 02:00:00 2023 +0200

    gnu: bmake: Update to 20230723.
    
    * gnu/packages/build-tools.scm (bmake): Update to 20230723.
---
 gnu/packages/build-tools.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 9fdcd1b66b..192b7faba9 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 "20230711")
+    (version "20230723")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
              "http://www.crufty.net/ftp/pub/sjg/bmake-"; version ".tar.gz"))
        (sha256
-        (base32 "1vrg6gclfn34lxyyqf0837hk89n5pf7ms0gmgg1fd87i0cn5908a"))))
+        (base32 "012rzgjmncdla1l43f9wl8v13h7d46zgn28k6djpcgx23fahsan4"))))
     (build-system gnu-build-system)
     (inputs
      (list bash-minimal))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]