~ruther/guix-local

563911266d91a2576244e9dc4356e315e612620c — Cayetano Santos 1 year, 7 days ago 00116a2
gnu: guile-cbor: Update url and homepage.

* gnu/packages/guile-xyz.scm (guile-cbor): Update url and homepage.

Change-Id: Ib6d3e640912332305fb36193e82961c0e8fa3219
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
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
@@ 6981,7 6981,7 @@ or @code{LuaBind} but for Scheme.")
      (origin
        (method git-fetch)
        (uri (git-reference
               (url "https://inqlab.net/git/guile-cbor.git")
               (url "https://codeberg.org/pukkamustard/guile-cbor/")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256 (base32 "0bdqg3ifayf7m2j09lqrgdfprbdaa67azf09bcq9b4k71inxfnxl"))))


@@ 6996,7 6996,7 @@ or @code{LuaBind} but for Scheme.")
a binary data serialization format.  CBOR is similar to JSON but serializes to
binary which is smaller and faster to generate and parse.  This package provides
a Guile implementation of CBOR.")
    (home-page "https://inqlab.net/git/guile-cbor.git")
    (home-page "https://codeberg.org/pukkamustard/guile-cbor/")
    (license license:gpl3+)))

(define-public guile-qr-code