mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: guile2.0-bash: Update source & home page URI.
* gnu/packages/guile-xyz.scm (guile2.0-bash)[home-page]: Use working URL. [source]: Likewise, and don't re-use HOME-PAGE.
This commit is contained in:
parent
e5baa4ad04
commit
acb38e3fdb
1 changed files with 2 additions and 3 deletions
|
@ -417,13 +417,11 @@ (define-public guile2.0-bash
|
|||
(package
|
||||
(name "guile2.0-bash")
|
||||
(version (string-append "0.1.6-" revision "." (string-take commit 7)))
|
||||
(home-page
|
||||
"https://anonscm.debian.org/cgit/users/kaction-guest/retired/dev.guile-bash.git")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(commit commit)
|
||||
(url home-page)))
|
||||
(url "https://git.sr.ht/~kaction/guile-bash")))
|
||||
(sha256
|
||||
(base32
|
||||
"097vny990wp2qpjij6a5a5gwc6fxzg5wk56inhy18iki5v6pif1p"))
|
||||
|
@ -454,6 +452,7 @@ (define-public guile2.0-bash
|
|||
("bash-full" ,bash)))
|
||||
(inputs `(("guile" ,guile-2.0)
|
||||
("bash:include" ,bash "include")))
|
||||
(home-page "https://git.sr.ht/~kaction/guile-bash")
|
||||
(synopsis "Extend Bash using Guile")
|
||||
(description
|
||||
"Guile-Bash provides a shared library and set of Guile modules,
|
||||
|
|
Loading…
Reference in a new issue