mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: guile-packrat: Use source from Gitlab.
* gnu/packages/guile-xyz.scm (guile-packrat)[home-page]: Use source from Gitlab. [source]: Replace missing git tag with commit. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
f0694d4e01
commit
5c6b020c73
1 changed files with 2 additions and 2 deletions
|
@ -3761,12 +3761,12 @@ (define-public guile-packrat
|
|||
(package
|
||||
(name "guile-packrat")
|
||||
(version "0.1.1")
|
||||
(home-page "https://github.com/weinholt/packrat")
|
||||
(home-page "https://gitlab.com/weinholt/packrat")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url home-page)
|
||||
(commit (string-append "v" version))))
|
||||
(commit "4201ebe741b605db58a21d70195cfb7db3c38eae")))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in a new issue