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
|
||||
(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+)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue