mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: tllist: Update to 1.1.0.
* gnu/packages/datastructures.scm (tllist): Update to 1.1.0. Signed-off-by: Jelle Licht <jlicht@fsfe.org>
This commit is contained in:
parent
28c2c570f8
commit
2b99492f5d
1 changed files with 2 additions and 2 deletions
|
@ -359,7 +359,7 @@ (define-public sdsl-lite
|
|||
(define-public tllist
|
||||
(package
|
||||
(name "tllist")
|
||||
(version "1.0.5")
|
||||
(version "1.1.0")
|
||||
(home-page "https://codeberg.org/dnkl/tllist")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -367,7 +367,7 @@ (define-public tllist
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"061mkg6hc9x89zya3bw18ymxlzd8fbhjipxpva8x01lh2vp1d4f0"))))
|
||||
"03296h1w0rnsj87490cgy007axngyg1v8w3z5nvm6x5gcs6b8rg1"))))
|
||||
(build-system meson-build-system)
|
||||
(synopsis "Typed link list for C")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue