GNU bug report logs - #63358
[PATCH 0/2] Update foot and its dependencies

Previous Next

Package: guix-patches;

Reported by: Benjamin <benjamin <at> uvy.fr>

Date: Mon, 8 May 2023 07:24:02 UTC

Severity: normal

Tags: patch

Done: Jelle Licht <jlicht <at> fsfe.org>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 63358 <at> debbugs.gnu.org (full text, mbox):

From: Benjamin <benjamin <at> uvy.fr>
To: 63358 <at> debbugs.gnu.org
Cc: Benjamin <benjamin <at> uvy.fr>
Subject: [PATCH 1/2] gnu: tllist: Update to 1.1.0.
Date: Mon,  8 May 2023 12:57:56 +0200
* gnu/packages/datastructures.scm (tllist): Update to 1.1.0.
---
 gnu/packages/datastructures.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm
index bd6044e1d0..e9c9df1bf1 100644
--- a/gnu/packages/datastructures.scm
+++ b/gnu/packages/datastructures.scm
@@ -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
-- 
2.39.2





This bug report was last modified 2 years and 16 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.