all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Benjamin <benjamin@uvy.fr>
To: 63358@debbugs.gnu.org
Cc: Benjamin <benjamin@uvy.fr>
Subject: [bug#63358] [PATCH 1/2] gnu: tllist: Update to 1.1.0.
Date: Mon,  8 May 2023 12:57:56 +0200	[thread overview]
Message-ID: <4b7d4a3aaa0fea1f3358e66a5f6dce5c00768962.1683476258.git.benjamin@uvy.fr> (raw)
In-Reply-To: <cover.1683476258.git.benjamin@uvy.fr>

* 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





  reply	other threads:[~2023-05-08 10:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-07 16:22 [bug#63358] [PATCH 0/2] Update foot and its dependencies Benjamin
2023-05-08 10:57 ` Benjamin [this message]
2023-05-08 10:57 ` [bug#63358] [PATCH 2/2] gnu: foot: Update to 1.14.0 Benjamin
2023-05-08 20:51 ` bug#63358: [PATCH 0/2] Update foot and its dependencies Jelle Licht

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4b7d4a3aaa0fea1f3358e66a5f6dce5c00768962.1683476258.git.benjamin@uvy.fr \
    --to=benjamin@uvy.fr \
    --cc=63358@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.