guix_mirror_bot pushed a commit to branch master
in repository guix.

commit e9630e445a07957819dd07a57f4b4ce451c281e9
Author: Sören Tempel <[email protected]>
AuthorDate: Mon Jun 22 21:48:35 2026 +0200

    gnu: bmake: Update to 20260619.
    
    * gnu/packages/build-tools.scm (bmake): Update to 20260619.
    
    Change-Id: Ib91b314c76f14d1318e07f739d5090700c3f5d01
---
 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 f0432150ef..01a6639e67 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -275,14 +275,14 @@ generate such a compilation database.")
 (define-public bmake
   (package
     (name "bmake")
-    (version "20260508")
+    (version "20260619")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
              "http://www.crufty.net/ftp/pub/sjg/bmake-"; version ".tar.gz"))
        (sha256
-        (base32 "0b58j7l53jbqaxcfggimdbylf71hbyfm44m6s4646ry7mf8fl7kv"))
+        (base32 "0r01dkaiwqr4rybfk2z167i4cjrmx4vqqa665izkjcl789mbi1d9"))
        (patches (search-patches "bmake-run-check-separately.patch"))))
     (build-system gnu-build-system)
     (inputs

Reply via email to