diff options
| author | Christopher Baines <mail@cbaines.net> | 2025-03-04 14:38:26 +0000 |
|---|---|---|
| committer | Christopher Baines <mail@cbaines.net> | 2025-03-04 14:42:12 +0000 |
| commit | 111e862be8b42df41f2e02967853826a7ca31979 (patch) | |
| tree | 7e1fff79418baedf8fe42976233f3dd2edfb1e73 /gnu | |
| parent | a5f7f73edfb44e4f860039d6a3d50ed6c1159eb8 (diff) | |
gnu: guile-knots: Update to 0-13.3aab1be.
* gnu/packages/guile-xyz.scm (guile-knots): Update to 0-13.3aab1be.
Change-Id: I292b0f885e95a1b2a9e8b0cbfdc68414e1de3d40
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/guile-xyz.scm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 1f421983d0d..abf8d3b46ae 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm | |||
| @@ -6646,8 +6646,8 @@ is an attempt to combine both into something useful.") | |||
| 6646 | (license license:asl2.0)))) | 6646 | (license license:asl2.0)))) |
| 6647 | 6647 | ||
| 6648 | (define-public guile-knots | 6648 | (define-public guile-knots |
| 6649 | (let ((commit "f41d1853ceb9f8d297fc756925a08f6d11d30d10") | 6649 | (let ((commit "3aab1be1e7ece854ff20e4e5b84c1be2165c0234") |
| 6650 | (revision "12")) | 6650 | (revision "13")) |
| 6651 | (package | 6651 | (package |
| 6652 | (name "guile-knots") | 6652 | (name "guile-knots") |
| 6653 | (version (git-version "0" revision commit)) | 6653 | (version (git-version "0" revision commit)) |
| @@ -6658,20 +6658,20 @@ is an attempt to combine both into something useful.") | |||
| 6658 | (commit commit))) | 6658 | (commit commit))) |
| 6659 | (sha256 | 6659 | (sha256 |
| 6660 | (base32 | 6660 | (base32 |
| 6661 | "1rfl2dk57pc7dmvn7rm80mj4q0la5bv1x1smkq7mzsfpcyzps6mg")) | 6661 | "13cji86c5jzp2zb3qffb9jkx34ykas2vwibm83pzl1158mk9npbd")) |
| 6662 | (file-name (string-append name "-" version "-checkout")))) | 6662 | (file-name (string-append name "-" version "-checkout")))) |
| 6663 | (build-system gnu-build-system) | 6663 | (build-system gnu-build-system) |
| 6664 | (native-inputs | 6664 | (native-inputs |
| 6665 | (list pkg-config | 6665 | (list pkg-config |
| 6666 | autoconf | 6666 | autoconf |
| 6667 | automake | 6667 | automake |
| 6668 | guile-3.0 | 6668 | guile-next |
| 6669 | guile-lib | 6669 | guile-lib |
| 6670 | guile-fibers)) | 6670 | guile-fibers-next)) |
| 6671 | (inputs | 6671 | (inputs |
| 6672 | (list guile-3.0)) | 6672 | (list guile-next)) |
| 6673 | (propagated-inputs | 6673 | (propagated-inputs |
| 6674 | (list guile-fibers)) | 6674 | (list guile-fibers-next)) |
| 6675 | (home-page "https://git.cbaines.net/guile/knots") | 6675 | (home-page "https://git.cbaines.net/guile/knots") |
| 6676 | (synopsis "Patterns and functionality to use with Guile Fibers") | 6676 | (synopsis "Patterns and functionality to use with Guile Fibers") |
| 6677 | (description | 6677 | (description |
