~ruther/guix-local

6a06ddd247526f7e8425d9f052549072b78466f5 — Zhu Zihao 3 years ago 89cf75b
gnu: guile-machine-code: Use source from Gitlab.

* gnu/packages/guile-xyz.scm (guile-machine-code)
[source]: Use source from Gitlab.
[home-page]: Use source from Gitlab.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/guile-xyz.scm
M gnu/packages/guile-xyz.scm => gnu/packages/guile-xyz.scm +2 -2
@@ 4220,7 4220,7 @@ similar to struct in Python or pack and unpack in Perl.")
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/weinholt/machine-code")
             (url "https://gitlab.com/weinholt/machine-code")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256


@@ 4251,7 4251,7 @@ similar to struct in Python or pack and unpack in Perl.")
     (list guile-3.0))
    (propagated-inputs
     (list guile-struct-pack))
    (home-page "https://github.com/weinholt/machine-code")
    (home-page "https://gitlab.com/weinholt/machine-code")
    (synopsis "Tools that relate to machine code and object formats")
    (description
     "This project is about the development of tools that relate to machine