mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: guile-knots: Update to 0-21.34ee8bb.
* gnu/packages/guile-xyz.scm (guile-knots): Update to 0-21.34ee8bb. [source,home-page]: Update URL. Change-Id: I6007cf790a7c824d0940cd6779fe317ff293d471
This commit is contained in:
parent
ae1a1d3727
commit
3123a35a83
1 changed files with 5 additions and 5 deletions
|
@ -7134,19 +7134,19 @@ is an attempt to combine both into something useful.")
|
||||||
(license license:asl2.0))))
|
(license license:asl2.0))))
|
||||||
|
|
||||||
(define-public guile-knots
|
(define-public guile-knots
|
||||||
(let ((commit "cbafdb8668f33c7d3eabeebc60731df0d585636a")
|
(let ((commit "34ee8bb87b1316fe44452476dd0ba0c4cc5e32bb")
|
||||||
(revision "20"))
|
(revision "21"))
|
||||||
(package
|
(package
|
||||||
(name "guile-knots")
|
(name "guile-knots")
|
||||||
(version (git-version "0" revision commit))
|
(version (git-version "0" revision commit))
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://git.cbaines.net/git/guile/knots")
|
(url "https://forge.cbaines.net/cbaines/guile-knots.git")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06khwcjdqvkhyxknn7px1k0qvd6vmb943zgvxabm0bqk0rkp02ld"))
|
"08b8p5wd2ffbzs0appcm8zczpfbvhzvif7blgl00m3wwglfhqfs3"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
@ -7160,7 +7160,7 @@ is an attempt to combine both into something useful.")
|
||||||
(list guile-next))
|
(list guile-next))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list guile-fibers-next))
|
(list guile-fibers-next))
|
||||||
(home-page "https://git.cbaines.net/guile/knots")
|
(home-page "https://forge.cbaines.net/cbaines/guile-knots")
|
||||||
(synopsis "Patterns and functionality to use with Guile Fibers")
|
(synopsis "Patterns and functionality to use with Guile Fibers")
|
||||||
(description
|
(description
|
||||||
"Guile Knots is a collection of patterns and functionality that is useful
|
"Guile Knots is a collection of patterns and functionality that is useful
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue