* [bug#63358] [PATCH 0/2] Update foot and its dependencies
@ 2023-05-07 16:22 Benjamin
2023-05-08 10:57 ` [bug#63358] [PATCH 1/2] gnu: tllist: Update to 1.1.0 Benjamin
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Benjamin @ 2023-05-07 16:22 UTC (permalink / raw)
To: 63358; +Cc: Benjamin
Hello,
Update foot terminal to latest version
Benjamin (2):
gnu: tllist: Update to 1.1.0.
gnu: foot: Update to 1.14.0.
gnu/packages/datastructures.scm | 4 ++--
gnu/packages/terminals.scm | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
base-commit: 7f8575c97a8c112e9f82981b8803d075a82738dd
--
2.39.2
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#63358] [PATCH 1/2] gnu: tllist: Update to 1.1.0.
2023-05-07 16:22 [bug#63358] [PATCH 0/2] Update foot and its dependencies Benjamin
@ 2023-05-08 10:57 ` Benjamin
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
2 siblings, 0 replies; 4+ messages in thread
From: Benjamin @ 2023-05-08 10:57 UTC (permalink / raw)
To: 63358; +Cc: Benjamin
* 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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#63358] [PATCH 2/2] gnu: foot: Update to 1.14.0.
2023-05-07 16:22 [bug#63358] [PATCH 0/2] Update foot and its dependencies Benjamin
2023-05-08 10:57 ` [bug#63358] [PATCH 1/2] gnu: tllist: Update to 1.1.0 Benjamin
@ 2023-05-08 10:57 ` Benjamin
2023-05-08 20:51 ` bug#63358: [PATCH 0/2] Update foot and its dependencies Jelle Licht
2 siblings, 0 replies; 4+ messages in thread
From: Benjamin @ 2023-05-08 10:57 UTC (permalink / raw)
To: 63358; +Cc: Benjamin
* gnu/packages/terminals.scm (foot): Update to 1.14.0.
---
gnu/packages/terminals.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 5cd99f4ab0..0c25899388 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -843,7 +843,7 @@ (define-public cool-retro-term
(define-public foot
(package
(name "foot")
- (version "1.13.1")
+ (version "1.14.0")
(home-page "https://codeberg.org/dnkl/foot")
(source (origin
(method git-fetch)
@@ -851,7 +851,7 @@ (define-public foot
(file-name (git-file-name name version))
(sha256
(base32
- "0k0zbh6adwr99y9aazlyvp6s1k8zaq2j6x8kqb8q9a5qjjg56lay"))))
+ "1187805pxygyl547w75i4cl37kaw8y8ng11r5qqldv6fm74k31mk"))))
(build-system meson-build-system)
(arguments
`(;; Using a "release" build is recommended both for performance, and
--
2.39.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* bug#63358: [PATCH 0/2] Update foot and its dependencies
2023-05-07 16:22 [bug#63358] [PATCH 0/2] Update foot and its dependencies Benjamin
2023-05-08 10:57 ` [bug#63358] [PATCH 1/2] gnu: tllist: Update to 1.1.0 Benjamin
2023-05-08 10:57 ` [bug#63358] [PATCH 2/2] gnu: foot: Update to 1.14.0 Benjamin
@ 2023-05-08 20:51 ` Jelle Licht
2 siblings, 0 replies; 4+ messages in thread
From: Jelle Licht @ 2023-05-08 20:51 UTC (permalink / raw)
To: Benjamin, 63358-done
Benjamin <benjamin@uvy.fr> writes:
> Hello,
>
> Update foot terminal to latest version
>
> Benjamin (2):
> gnu: tllist: Update to 1.1.0.
> gnu: foot: Update to 1.14.0.
Thanks! Pushed to master, as these seem to pretty much be leaf packages.
In addition, I added the following to a commit of my own on top of your
patch series:
--8<---------------cut here---------------start------------->8---
+ (native-search-paths
+ ;; FIXME: This should only be located in 'ncurses'. Nonetheless it is
+ ;; provided for usability reasons. See <https://bugs.gnu.org/22138>.
+ (list (search-path-specification
+ (variable "TERMINFO_DIRS")
+ (files '("share/terminfo")))))
--8<---------------cut here---------------end--------------->8---
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-05-08 20:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-07 16:22 [bug#63358] [PATCH 0/2] Update foot and its dependencies Benjamin
2023-05-08 10:57 ` [bug#63358] [PATCH 1/2] gnu: tllist: Update to 1.1.0 Benjamin
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
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.