~ruther/guix-local

8fce5f0f0f644981e262ed0f848ede8fa0c14170 — Zhu Zihao 3 years ago ae5ea1e
gnu: guile-machine-code: Update to 2.2.0.

* gnu/packages/guile-xyz.scm (guile-machine-code): Update to 2.2.0.

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
@@ 4215,7 4215,7 @@ similar to struct in Python or pack and unpack in Perl.")
(define-public guile-machine-code
  (package
    (name "guile-machine-code")
    (version "2.1.0")
    (version "2.2.0")
    (source
     (origin
       (method git-fetch)


@@ 4224,7 4224,7 @@ similar to struct in Python or pack and unpack in Perl.")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0wzj3caj2jypzyjqfkfqkvr3kkbjabsnhldv9kvnx9w9qnria5yd"))))
        (base32 "1yjzpg5p082kg4vaqlwbwddrrhxyxar6gsx9ql72hpwah4ka82h5"))))
    (build-system guile-build-system)
    (arguments
     `(#:compile-flags '("--r6rs" "-Wunbound-variable" "-Warity-mismatch")