mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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>
This commit is contained in:
parent
6c6cc42f0a
commit
e1f8802dc1
1 changed files with 2 additions and 2 deletions
|
@ -113,7 +113,7 @@ (define bqn-sources
|
|||
;; 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 @@ (define bqn-sources
|
|||
(commit commit)))
|
||||
(file-name (git-file-name "bqn-sources" commit))
|
||||
(sha256
|
||||
(base32 "0r6pa9lscl2395g4xlvmg90vpdsjzhin4f1r0s7brymmpvmns2yc")))))
|
||||
(base32 "060a3r5m7hynzxj4iz1av2kj5jf8w3j8yswzzx9wkx31rdrsiv2c")))))
|
||||
|
||||
(define cbqn-bootstrap
|
||||
(let* ((revision "1")
|
||||
|
|
Loading…
Reference in a new issue