mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: guile-struct-pack: Use source from Gitlab.
* gnu/packages/guile-xyz.scm (guile-struct-pack) [source]: Use source from Gitlab. Replace missing git tag with commit. [home-page]: Use source from Gitlab. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
5c6b020c73
commit
89cf75b8c6
1 changed files with 3 additions and 3 deletions
|
@ -4176,8 +4176,8 @@ more objects or strings, represented by a Json object or an IRI.")
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/weinholt/struct-pack")
|
(url "https://gitlab.com/weinholt/struct-pack")
|
||||||
(commit (string-append "v" version))))
|
(commit "11b71963793ed4a3bf761efdd83cf2fe123239ee")))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0hd72m821pahjphzyjn26i55542v8makr55xzjll2cycja4wsbc1"))))
|
(base32 "0hd72m821pahjphzyjn26i55542v8makr55xzjll2cycja4wsbc1"))))
|
||||||
|
@ -4205,7 +4205,7 @@ more objects or strings, represented by a Json object or an IRI.")
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list guile-3.0))
|
(list guile-3.0))
|
||||||
(home-page "https://github.com/weinholt/struct-pack")
|
(home-page "https://gitlab.com/weinholt/struct-pack")
|
||||||
(synopsis "R6RS library for working with packed byte structures")
|
(synopsis "R6RS library for working with packed byte structures")
|
||||||
(description
|
(description
|
||||||
"This is an R6RS library for working with packed byte structures. It is
|
"This is an R6RS library for working with packed byte structures. It is
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue