guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: bqn-sources: Update to commit 71ce3614...


From: guix-commits
Subject: 01/02: gnu: bqn-sources: Update to commit 71ce3614...
Date: Sat, 26 Nov 2022 07:40:36 -0500 (EST)

lilyp pushed a commit to branch master
in repository guix.

commit e1f8802dc1f2e4fb7f58958925af15a1191d4789
Author: aecepoglu <aecepoglu@fastmail.fm>
AuthorDate: Sat Nov 26 13:35:07 2022 +0100

    gnu: bqn-sources: Update to commit 71ce3614...
    
    * gnu/packages/bqn.scm (bqn-sources): Update to commit
    71ce36141aaacfa714edca2e408ca522a3bc5554.
    
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 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 984dfbe53e..58e27b875f 100644
--- a/gnu/packages/bqn.scm
+++ b/gnu/packages/bqn.scm
@@ -113,7 +113,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 "e219af48401473a7bac49bdd8b89d69082cf5dd8"))
+    (let ((commit "71ce36141aaacfa714edca2e408ca522a3bc5554"))
       (origin
         (method git-fetch)
         (uri (git-reference
@@ -121,7 +121,7 @@ the same author.")
               (commit commit)))
         (file-name (git-file-name "bqn-sources" commit))
         (sha256
-         (base32 "0r6pa9lscl2395g4xlvmg90vpdsjzhin4f1r0s7brymmpvmns2yc")))))
+         (base32 "060a3r5m7hynzxj4iz1av2kj5jf8w3j8yswzzx9wkx31rdrsiv2c")))))
 
 (define cbqn-bootstrap
   (let* ((revision "1")



reply via email to

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