mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
9f2d6787ac
commit
526e9334f3
1 changed files with 2 additions and 2 deletions
|
@ -1067,10 +1067,11 @@ tables.")
|
||||||
(package
|
(package
|
||||||
(name "guile-fibers")
|
(name "guile-fibers")
|
||||||
(version "1.3.1")
|
(version "1.3.1")
|
||||||
|
(home-page "https://codeberg.org/fibers/fibers")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/wingo/fibers")
|
(url home-page)
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
|
@ -1137,7 +1138,6 @@ communication between fibers.
|
||||||
|
|
||||||
Note that Fibers makes use of some Guile 2.1/2.2-specific features and
|
Note that Fibers makes use of some Guile 2.1/2.2-specific features and
|
||||||
is not available for Guile 2.0.")
|
is not available for Guile 2.0.")
|
||||||
(home-page "https://github.com/wingo/fibers")
|
|
||||||
(properties '((upstream-name . "fibers")))
|
(properties '((upstream-name . "fibers")))
|
||||||
(license license:lgpl3+)))
|
(license license:lgpl3+)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue