summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2024-12-25 20:56:44 +0000
committerChristopher Baines <mail@cbaines.net>2024-12-29 13:18:41 +0000
commitfcd24ac3024d3fa7eb3b82a302ada29cc2e63f4a (patch)
treecfd2c2af2b74e933ab8fcb44f4ff4f6cd3d89990
parent4a4a8c9d2621d4871c4b9c8857bfb0e6e53d7e56 (diff)
gnu: guile-knots: Update to 0-3.6119ece.
* gnu/packages/guile-xyz.scm (guile-knots): Update to 0-3.6119ece. [native-inputs]: Add guile-lib. Change-Id: I74515dbab3fb643dc2223d202ba81de2cd70b2d5
-rw-r--r--gnu/packages/guile-xyz.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 06667c095ba..b5fefd3f68d 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -6262,8 +6262,8 @@ is an attempt to combine both into something useful.")
(license license:asl2.0))))
(define-public guile-knots
- (let ((commit "e8ab6f23d8611c6ebb308007306a9ec5752cfbf0")
- (revision "2"))
+ (let ((commit "6119ece5cba6cbdc638ccfb19aba52ea246dfe50")
+ (revision "3"))
(package
(name "guile-knots")
(version (git-version "0" revision commit))
@@ -6274,7 +6274,7 @@ is an attempt to combine both into something useful.")
(commit commit)))
(sha256
(base32
- "1gbf6g0irjndvbycr3ygi6sh6y19v0h3h45460xgz46p62jiphsp"))
+ "1dn9mrla0inhmfcyl725jh6dfwrg6xd56jp7c3n3plmjz3knyfmj"))
(file-name (string-append name "-" version "-checkout"))))
(build-system gnu-build-system)
(native-inputs
@@ -6282,6 +6282,7 @@ is an attempt to combine both into something useful.")
autoconf
automake
guile-3.0
+ guile-lib
guile-fibers))
(inputs
(list guile-3.0))