mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: guile-srfi-189: Build from upstream sources.
* gnu/packages/guile-xyz.scm (guile-srfi-189): Retarget git-reference to the official repo, and increase revision by one. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
e5098ad9b0
commit
5c450082f7
1 changed files with 5 additions and 9 deletions
|
@ -3256,21 +3256,17 @@ (define-public guile-srfi-180
|
|||
(license license:expat))))
|
||||
|
||||
(define-public guile-srfi-189
|
||||
(let ((commit "a0e3786702956c9e510d92746474ac988c2010ec")
|
||||
(revision "0"))
|
||||
(let ((commit "659e3cd0fc2bfca9085424eda8cad804ead2a9ea")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "guile-srfi-189")
|
||||
(version (git-version "0" revision commit))
|
||||
;; 'final' is the name of the latest git tag.
|
||||
(version (git-version "final" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
;; This is a fork of:
|
||||
;; (url "https://github.com/scheme-requests-for-implementation/srfi-189")
|
||||
;; Upstream merge requested at:
|
||||
;; https://github.com/scheme-requests-for-implementation/srfi-189/pull/21
|
||||
;; TODO switch over to the official repo when the PR gets merged
|
||||
(url "https://github.com/attila-lendvai-patches/srfi-189")
|
||||
(url "https://github.com/scheme-requests-for-implementation/srfi-189")
|
||||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in a new issue