mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: guile2.0-bash: Change name field.
This commit follows 08814ccc
.
* gnu/packages/guile-xyz.scm (guile2.0-bash)[name]: Rename to guile2.0-bash.
This commit is contained in:
parent
08814ccc54
commit
827656c370
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ (define-public guile2.0-bash
|
||||||
(let ((commit "1eabc563ca5692b3e08d84f1f0e6fd2283284469")
|
(let ((commit "1eabc563ca5692b3e08d84f1f0e6fd2283284469")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "guile-bash")
|
(name "guile2.0-bash")
|
||||||
(version (string-append "0.1.6-" revision "." (string-take commit 7)))
|
(version (string-append "0.1.6-" revision "." (string-take commit 7)))
|
||||||
(home-page
|
(home-page
|
||||||
"https://anonscm.debian.org/cgit/users/kaction-guest/retired/dev.guile-bash.git")
|
"https://anonscm.debian.org/cgit/users/kaction-guest/retired/dev.guile-bash.git")
|
||||||
|
|
Loading…
Reference in a new issue