* [bug#73267] [PATCH 1/2] gnu: sbcl-uax-15: Update to 0.1.3.
@ 2024-09-15 8:18 Roman Scherer
2024-09-15 8:18 ` [bug#73268] [PATCH 2/2] gnu: sbcl-postmodern: Update to 1.33.12 Roman Scherer
2024-09-18 12:40 ` bug#73267: [PATCH 1/2] gnu: sbcl-uax-15: Update to 0.1.3 Guillaume Le Vaillant
0 siblings, 2 replies; 4+ messages in thread
From: Roman Scherer @ 2024-09-15 8:18 UTC (permalink / raw)
To: 73267
Cc: Roman Scherer, Guillaume Le Vaillant, Katherine Cox-Buday,
Munyoki Kilyungi, Sharlatan Hellseher, jgart
* gnu/packages/lisp-xyz.scm (sbcl-uax-15): Update to 0.1.3.
Change-Id: I39b3ed202b11403f3a0b16b9fc5976a101b7e857
---
gnu/packages/lisp-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 2e0dea522e..ef20c59a72 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -30180,7 +30180,7 @@ (define-public ecl-uax-14
(define-public sbcl-uax-15
(package
(name "sbcl-uax-15")
- (version "0.1.1")
+ (version "0.1.3")
(source
(origin
(method git-fetch)
@@ -30189,13 +30189,13 @@ (define-public sbcl-uax-15
(commit (string-append "v" version))))
(file-name (git-file-name "uax-15" version))
(sha256
- (base32 "0p2ckw7mzxhwa9vbwj2q2dzayz9dl94d9yqd2ynp0pc5v8i0n2fr"))))
+ (base32 "0kkr3sw3hqsb8ciyn8dzb1cfz260fk1y39vydc98gsfrn6nqh3vw"))))
(build-system asdf-build-system/sbcl)
(arguments
`(#:asd-systems
'("uax-15")))
(native-inputs
- (list sbcl-fiveam))
+ (list sbcl-parachute))
(inputs
`(("cl-ppcre" ,sbcl-cl-ppcre)
("split-sequence" ,sbcl-split-sequence)))
base-commit: 66611696975409a52478b95a862a464daeaefe2a
--
2.46.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#73268] [PATCH 2/2] gnu: sbcl-postmodern: Update to 1.33.12.
2024-09-15 8:18 [bug#73267] [PATCH 1/2] gnu: sbcl-uax-15: Update to 0.1.3 Roman Scherer
@ 2024-09-15 8:18 ` Roman Scherer
2024-09-18 12:40 ` bug#73268: " Guillaume Le Vaillant
2024-09-18 12:40 ` bug#73267: [PATCH 1/2] gnu: sbcl-uax-15: Update to 0.1.3 Guillaume Le Vaillant
1 sibling, 1 reply; 4+ messages in thread
From: Roman Scherer @ 2024-09-15 8:18 UTC (permalink / raw)
To: 73268
Cc: Roman Scherer, Guillaume Le Vaillant, Katherine Cox-Buday,
Munyoki Kilyungi, Sharlatan Hellseher, jgart
* gnu/packages/lisp-xyz.scm (sbcl-postmodern): Update to 1.33.12.
Change-Id: If778a4cf81be61094ba871c5b9f665bfc684bb47
---
gnu/packages/lisp-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index ef20c59a72..1a33fe9890 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -23780,7 +23780,7 @@ (define-public ecl-cl-positional-lambda
(define-public sbcl-postmodern
(package
(name "sbcl-postmodern")
- (version "1.32.9")
+ (version "1.33.12")
(source
(origin
(method git-fetch)
@@ -23789,10 +23789,10 @@ (define-public sbcl-postmodern
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "137jci4hn4vlxf48y39k0di27kc89kvxy3brmn3vl9xq56sy6mhz"))))
+ (base32 "14js3pz0jbvf11liqbrxhndb98vasib4bzkv7im87mysxzk8glqz"))))
(build-system asdf-build-system/sbcl)
(native-inputs
- (list sbcl-fiveam))
+ (list sbcl-fiveam sbcl-trivial-octet-streams))
(inputs
`(("alexandria" ,sbcl-alexandria)
("bordeaux-threads" ,sbcl-bordeaux-threads)
--
2.46.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* bug#73267: [PATCH 1/2] gnu: sbcl-uax-15: Update to 0.1.3.
2024-09-15 8:18 [bug#73267] [PATCH 1/2] gnu: sbcl-uax-15: Update to 0.1.3 Roman Scherer
2024-09-15 8:18 ` [bug#73268] [PATCH 2/2] gnu: sbcl-postmodern: Update to 1.33.12 Roman Scherer
@ 2024-09-18 12:40 ` Guillaume Le Vaillant
1 sibling, 0 replies; 4+ messages in thread
From: Guillaume Le Vaillant @ 2024-09-18 12:40 UTC (permalink / raw)
To: Roman Scherer; +Cc: 73267-done
[-- Attachment #1: Type: text/plain, Size: 67 bytes --]
Patch applied as eb0e62aeb044eb5b9fee6cc10a2674bae24845e1.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#73268: [PATCH 2/2] gnu: sbcl-postmodern: Update to 1.33.12.
2024-09-15 8:18 ` [bug#73268] [PATCH 2/2] gnu: sbcl-postmodern: Update to 1.33.12 Roman Scherer
@ 2024-09-18 12:40 ` Guillaume Le Vaillant
0 siblings, 0 replies; 4+ messages in thread
From: Guillaume Le Vaillant @ 2024-09-18 12:40 UTC (permalink / raw)
To: Roman Scherer; +Cc: 73268-done
[-- Attachment #1: Type: text/plain, Size: 67 bytes --]
Patch applied as 5624102b8a157968f0d3c5f6c5ea4d7dae9f57ef.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-09-18 12:42 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-15 8:18 [bug#73267] [PATCH 1/2] gnu: sbcl-uax-15: Update to 0.1.3 Roman Scherer
2024-09-15 8:18 ` [bug#73268] [PATCH 2/2] gnu: sbcl-postmodern: Update to 1.33.12 Roman Scherer
2024-09-18 12:40 ` bug#73268: " Guillaume Le Vaillant
2024-09-18 12:40 ` bug#73267: [PATCH 1/2] gnu: sbcl-uax-15: Update to 0.1.3 Guillaume Le Vaillant
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.