diff options
author | Christopher Baines <mail@cbaines.net> | 2025-02-26 10:11:57 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2025-02-26 10:29:11 +0000 |
commit | 1927802712d6f0440709a5e16d0926b01313ec4b (patch) | |
tree | 5a99d25d330ccdc4da8d57a6105d2282727a3001 | |
parent | 673997a2688e5354901381e25b2ae7904ea59f3c (diff) | |
download | guix-1927802712d6f0440709a5e16d0926b01313ec4b.tar.gz guix-1927802712d6f0440709a5e16d0926b01313ec4b.zip |
gnu: guile-knots: Update to 0-11.f549bee.
* gnu/packages/guile-xyz.scm (guile-knots): Update to 0-11.f549bee.
Change-Id: I899886ac47bc92bba574c475cfd861519563373f
-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 89a0e2cb76..38b709ec47 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -6648,8 +6648,8 @@ is an attempt to combine both into something useful.") (license license:asl2.0)))) (define-public guile-knots - (let ((commit "13f11185765b436aaa96b070b31b7b093a2122b7") - (revision "10")) + (let ((commit "f549bee282e108bc5f68ba885a0b2ba53b82e373") + (revision "11")) (package (name "guile-knots") (version (git-version "0" revision commit)) @@ -6660,7 +6660,7 @@ is an attempt to combine both into something useful.") (commit commit))) (sha256 (base32 - "029nvm8dwvf1ha2ya2xmgwnh1z6582ig7ih3c70d4fwnpg4ir52f")) + "0v2wh9ijxs26xgl8r03zmwclibfmf2klam1gsabzq65hafvgrgwj")) (file-name (string-append name "-" version "-checkout")))) (build-system gnu-build-system) (native-inputs |