gnu: guile-dbi: Replace 'url-fetch' by 'git-fetch'.
Fixes https://debbugs.gnu.org/25913. * gnu/packages/guile-xyz.scm (guile-dbi)[source]: Replace 'url-fetch' by'git-fetch'. [home-page]: Update. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
0e9b77d8d0
commit
82cfefc2a0
@ -1456,13 +1456,14 @@ library}.")
|
|||||||
(name "guile-dbi")
|
(name "guile-dbi")
|
||||||
(version "2.1.6")
|
(version "2.1.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append
|
(uri (git-reference
|
||||||
"http://download.gna.org/guile-dbi/guile-dbi-"
|
(url "https://example.org") ;only hosted on Software Heritage
|
||||||
version ".tar.gz"))
|
(commit "e19b019e9683faf66c3f385b20fcc112e65f8c6e")))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"116njrprhgrsv1qm904sp3b02rq01fx639r433d657gyhw3x159n"))))
|
"09ys5hj7gnj5w1iv1m194j06jk6b8sdhc8j6hcv3bprq1428kyxw"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
@ -1489,7 +1490,7 @@ library}.")
|
|||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("guile" ,guile-2.2)))
|
`(("guile" ,guile-2.2)))
|
||||||
(synopsis "Guile database abstraction layer")
|
(synopsis "Guile database abstraction layer")
|
||||||
(home-page "http://home.gna.org/guile-dbi/guile-dbi.html")
|
(home-page "https://web.archive.org/web/20160328232717/http://home.gna.org/guile-dbi/guile-dbi.html")
|
||||||
(description
|
(description
|
||||||
"guile-dbi is a library for Guile that provides a convenient interface to
|
"guile-dbi is a library for Guile that provides a convenient interface to
|
||||||
SQL databases. Database programming with guile-dbi is generic in that the same
|
SQL databases. Database programming with guile-dbi is generic in that the same
|
||||||
|
Loading…
x
Reference in New Issue
Block a user