diff options
| author | Christopher Baines <mail@cbaines.net> | 2025-11-25 08:48:05 +0000 |
|---|---|---|
| committer | Christopher Baines <mail@cbaines.net> | 2025-11-25 08:48:05 +0000 |
| commit | d033f0e3be839cdb9c112be1fd6407eb3f1471e3 (patch) | |
| tree | 11fada932d8c2e0fec9fb24c005ce14b510505b7 /gnu | |
| parent | 5e63c9bdb1bf7114d742ba4c07596932e0124188 (diff) | |
gnu: guile-knots: Update to 0-26.3eba6fc.
* gnu/packages/guile-xyz.scm (guile-knots): Update to 0-26.3eba6fc.
Change-Id: I526082c7d0a7424ab7d087a17d8552892aae8901
Diffstat (limited to 'gnu')
| -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 6bdd400064f..17d9979a037 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -7495,8 +7495,8 @@ is an attempt to combine both into something useful.") (license license:asl2.0)))) (define-public guile-knots - (let ((commit "95200eccfd5668fa94a0dfad6eab93d7b7731c9d") - (revision "25")) + (let ((commit "3eba6fc8209f254b8068459a59d0056a629528d9") + (revision "26")) (package (name "guile-knots") (version (git-version "0" revision commit)) @@ -7507,7 +7507,7 @@ is an attempt to combine both into something useful.") (commit commit))) (sha256 (base32 - "188wnz6vn1ba3nby13dwf91v09vidlap2zrlnklz2xgzajk8m7bb")) + "11hzqhjjzmgaqadp77682fsgdl03jqxp2a5n3v4z84ra2mhpg1xa")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (native-inputs |
