~ruther/guix-local

fa4ad753d481170b2f04ead2833e3d138b06a987 — Lee Thompson 10 months ago 66eea1a
gnu: bqn-sources: Update to 5880fa15.

* gnu/packages/bqn.scm (bqn-sources): Update to 5880fa15.

Change-Id: Ie93f1a9c99df307329ece2ef1df3de25a537a0c1
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/bqn.scm
M gnu/packages/bqn.scm => gnu/packages/bqn.scm +2 -2
@@ 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")