mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: guile-aa-tree: Update Guile version to 3.0 .
* gnu/packages/guile-xyz.scm (guile-aa-tree): Update Guile version to 3.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
27c4cbb571
commit
f558e14199
1 changed files with 1 additions and 1 deletions
|
@ -1293,7 +1293,7 @@ (define-public guile-aa-tree
|
|||
(base32
|
||||
"0044c105r3q9vpl17pv3phl1b79kjm1llhkakqgiasixyav01blh"))))
|
||||
(build-system guile-build-system)
|
||||
(inputs (list guile-2.2))
|
||||
(inputs (list guile-3.0))
|
||||
(arguments
|
||||
(list
|
||||
#:scheme-file-regexp "^aa-tree\\.scm"
|
||||
|
|
Loading…
Reference in a new issue