diff options
author | Christopher Baines <mail@cbaines.net> | 2025-01-13 09:58:12 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2025-01-14 14:15:52 +0000 |
commit | dcac6d1ed1931a767a295a7b80da87c2083357e6 (patch) | |
tree | 747584d364f2bfccca724a2cb81214af5bd2ac84 /gnu/packages | |
parent | d804997897d2a531e0e3186e64df798a7e2e0d1a (diff) |
gnu: guile-knots: Update to 0-4.d572f59.
* gnu/packages/guile-xyz.scm (guile-knots): Update to 0-4.d572f59.
Change-Id: I6a6e1ccf77d39d8849e9936a2458b0d6cd07112e
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/guile-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index d3ff74dcc1..b102c8b644 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -6263,8 +6263,8 @@ is an attempt to combine both into something useful.") (license license:asl2.0)))) (define-public guile-knots - (let ((commit "6119ece5cba6cbdc638ccfb19aba52ea246dfe50") - (revision "3")) + (let ((commit "d572f591a3c136bfc7b23160e16381c92588f8d9") + (revision "4")) (package (name "guile-knots") (version (git-version "0" revision commit)) @@ -6275,7 +6275,7 @@ is an attempt to combine both into something useful.") (commit commit))) (sha256 (base32 - "1dn9mrla0inhmfcyl725jh6dfwrg6xd56jp7c3n3plmjz3knyfmj")) + "0g85frfniblxb2cl81fg558ic3cxvla7fvml08scjgbbxn8151gv")) (file-name (string-append name "-" version "-checkout")))) (build-system gnu-build-system) (native-inputs |