me
/
guix
Archived
1
0
Fork 0

gnu: guile-ssh: Use 'git-fetch'.

* gnu/packages/ssh.scm (guile-ssh)[source]: Change to 'git-fetch'.
master
Ludovic Courtès 2019-01-14 22:44:53 +01:00
parent a8b0556ea1
commit e98c354d1a
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 5 additions and 7 deletions

View File

@ -235,16 +235,14 @@ Additionally, various channel-specific options can be negotiated.")
(version "0.11.3") (version "0.11.3")
(home-page "https://github.com/artyom-poptsov/guile-ssh") (home-page "https://github.com/artyom-poptsov/guile-ssh")
(source (origin (source (origin
;; ftp://memory-heap.org/software/guile-ssh/guile-ssh-VERSION.tar.gz (method git-fetch)
;; exists, but the server appears to be too slow and unreliable. (uri (git-reference
;; Also, using this URL allows the GitHub updater to work. (url home-page)
(method url-fetch) (commit (string-append "v" version))))
(uri (string-append home-page "/archive/v"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1g2jzcg1p25zrkx06j160qb8bgcwa3001ys4q02496xs61pvywqk")) "03bv3hwp2s8f0bqgfjaan9jx4dyab0abv27n2zn2g0izlidv0vl6"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin