gnu: guile-hashing: Use source from Gitlab.
* gnu/packages/guile-xyz.scm (guile-hashing)[home-page]: Use source from Gitlab. [source]: Replace missing git tag with commit. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
parent
94dc157ae4
commit
f0694d4e01
|
@ -3703,12 +3703,12 @@ the style of the Node Package Manager (NPM).")
|
|||
(package
|
||||
(name "guile-hashing")
|
||||
(version "1.2.0")
|
||||
(home-page "https://github.com/weinholt/hashing")
|
||||
(home-page "https://gitlab.com/weinholt/hashing")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url home-page)
|
||||
(commit (string-append "v" version))))
|
||||
(commit "f138deaec38d54ddb621c082764ece276deebe7f")))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Reference in New Issue