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>master
parent
28c2c570f8
commit
2b99492f5d
|
@ -359,7 +359,7 @@ equivalent succinct data structure are (most of the time) identical.")
|
||||||
(define-public tllist
|
(define-public tllist
|
||||||
(package
|
(package
|
||||||
(name "tllist")
|
(name "tllist")
|
||||||
(version "1.0.5")
|
(version "1.1.0")
|
||||||
(home-page "https://codeberg.org/dnkl/tllist")
|
(home-page "https://codeberg.org/dnkl/tllist")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -367,7 +367,7 @@ equivalent succinct data structure are (most of the time) identical.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"061mkg6hc9x89zya3bw18ymxlzd8fbhjipxpva8x01lh2vp1d4f0"))))
|
"03296h1w0rnsj87490cgy007axngyg1v8w3z5nvm6x5gcs6b8rg1"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(synopsis "Typed link list for C")
|
(synopsis "Typed link list for C")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue