guix_mirror_bot pushed a commit to branch master
in repository guix.
commit fa4ad753d481170b2f04ead2833e3d138b06a987
Author: Lee Thompson <[email protected]>
AuthorDate: Wed Oct 1 20:58:35 2025 +0100
gnu: bqn-sources: Update to 5880fa15.
* gnu/packages/bqn.scm (bqn-sources): Update to 5880fa15.
Change-Id: Ie93f1a9c99df307329ece2ef1df3de25a537a0c1
Signed-off-by: Liliana Marie Prikler <[email protected]>
---
gnu/packages/bqn.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bqn.scm b/gnu/packages/bqn.scm
index fd090ad433..c9f719939c 100644
--- a/gnu/packages/bqn.scm
+++ b/gnu/packages/bqn.scm
@@ -111,7 +111,7 @@ the same author.")
;; Aside from dbqn above, the main bqn repository is used by other
;; implementations as a "known good" set of sources. CBQN uses dbqn to
;; generate an intermediate bytecode for its own compilation.
- (let ((commit "71ce36141aaacfa714edca2e408ca522a3bc5554"))
+ (let ((commit "5880fa153bb3e3172afc59a711af7e471aeedcd3"))
(origin
(method git-fetch)
(uri (git-reference
@@ -119,7 +119,7 @@ the same author.")
(commit commit)))
(file-name (git-file-name "bqn-sources" commit))
(sha256
- (base32 "060a3r5m7hynzxj4iz1av2kj5jf8w3j8yswzzx9wkx31rdrsiv2c")))))
+ (base32 "1cap927i0s8ly4mckppw33ahlc5xnp3l2shk1m79wndf362x3r7c")))))
(define cbqn-bootstrap
(let* ((revision "2")