~ruther/guix-local

526e9334f3cb00354ec6d07cb5d93e14add84dcf — Ludovic Courtès 7 months ago 9f2d678
gnu: guile-fibers: Update home page and source URL.

* gnu/packages/guile-xyz.scm (guile-fibers)[home-page]: Update.
[source]: Use it.

Change-Id: I91ea6884b35251834401fd430f1aecf5b2d6b357
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
@@ 1067,10 1067,11 @@ tables.")
  (package
    (name "guile-fibers")
    (version "1.3.1")
    (home-page "https://codeberg.org/fibers/fibers")
    (source (origin
              (method git-fetch)
              (uri (git-reference
                    (url "https://github.com/wingo/fibers")
                    (url home-page)
                    (commit (string-append "v" version))))
              (file-name (git-file-name name version))
              (sha256


@@ 1137,7 1138,6 @@ communication between fibers.

Note that Fibers makes use of some Guile 2.1/2.2-specific features and
is not available for Guile 2.0.")
    (home-page "https://github.com/wingo/fibers")
    (properties '((upstream-name . "fibers")))
    (license license:lgpl3+)))