mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: guile2.2-ssh: Update snapshot.
* gnu/packages/ssh.scm (guile2.2-ssh): Update to commit ca717e9. [source]: Change URL to upstream's.
This commit is contained in:
parent
76f429ad9b
commit
ff39342c22
1 changed files with 5 additions and 6 deletions
|
@ -267,10 +267,9 @@ (define-public guile-ssh
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public guile2.2-ssh
|
(define-public guile2.2-ssh
|
||||||
;; This is a snapshot of a unofficial copy of Guile-SSH, which hopefully
|
;; Snapshot of Guile-SSH that works with Guile 2.2.
|
||||||
;; reflects the upcoming release well enough.
|
(let ((commit "ca717e9d1ffd172c4f20fdd6c7caba050f1f2ba9")
|
||||||
(let ((commit "926a0843626f89e3db02d01a6b01cc1f0d9cefcf")
|
(revision "1"))
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(inherit guile-ssh)
|
(inherit guile-ssh)
|
||||||
(name "guile2.2-ssh")
|
(name "guile2.2-ssh")
|
||||||
|
@ -278,12 +277,12 @@ (define-public guile2.2-ssh
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://notabug.org/civodul/guile-ssh/")
|
(url (package-home-page guile-ssh))
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hf28macq8d1w05g0xy2lw1s5vzmcrixh7m43x7qvvdd31c998ip"))))
|
"1r7f10z6pc6sgbaqnrcccklqydnxi68nybz700skfn3ln5jlbygi"))))
|
||||||
(inputs `(("guile" ,guile-2.2)
|
(inputs `(("guile" ,guile-2.2)
|
||||||
,@(alist-delete "guile" (package-inputs guile-ssh)))))))
|
,@(alist-delete "guile" (package-inputs guile-ssh)))))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue