* [bug#58519] [PATCH] gnu: tinmop: Update to 0.9.9.
@ 2022-10-14 16:00 cage
2022-10-16 7:36 ` Guillaume Le Vaillant
0 siblings, 1 reply; 3+ messages in thread
From: cage @ 2022-10-14 16:00 UTC (permalink / raw)
To: 58519
---
gnu/packages/lisp-xyz.scm | 25 +++++++++++++------------
gnu/packages/web-browsers.scm | 8 ++++----
2 files changed, 17 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 33d7b64d61..6620146fdb 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4303,8 +4303,8 @@ (define-public ecl-md5
(list ecl-flexi-streams))))
(define-public sbcl-cl+ssl
- (let ((commit "046d698cf65539faf9aba0a5ccd086a9d6f53eef")
- (revision "3"))
+ (let ((commit "8c13317509136e6722a25be51b74b813bbb32f9e")
+ (revision "4"))
(package
(name "sbcl-cl+ssl")
(version (git-version "0.0.0" revision commit))
@@ -4316,10 +4316,11 @@ (define-public sbcl-cl+ssl
(commit commit)))
(file-name (git-file-name "cl+ssl" version))
(sha256
- (base32 "110yhb0f1c8yilqsgza2xhv3675i41iizylibgy5qc5fa2lnaxbv"))))
+ (base32 "1cdq9dzk804y8bm874q8755yk4iz2z735ksm8waxl52kpfw8ai99"))))
(build-system asdf-build-system/sbcl)
(arguments
- '(#:phases
+ '(#:tests? #f ; testing depends on unavailable trivial-socket
+ #:phases
(modify-phases %standard-phases
(add-after 'unpack 'fix-paths
(lambda* (#:key inputs #:allow-other-keys)
@@ -15613,11 +15614,11 @@ (define-public cl-sxql-composer
(sbcl-package->cl-source-package sbcl-sxql-composer))
(define-public sbcl-cl-i18n
- (let ((commit "4216fe9fc7b54033c0d881dbb835b7af786365ed")
- (revision "1"))
+ (let ((commit "5b569f3fe4c76d600fafecac507ac4f50e4cc1d1")
+ (revision "3"))
(package
(name "sbcl-cl-i18n")
- (version (git-version "0.5.1" revision commit))
+ (version (git-version "0.5.2" revision commit))
(source
(origin
(method git-fetch)
@@ -15626,7 +15627,7 @@ (define-public sbcl-cl-i18n
(commit commit)))
(file-name (git-file-name "cl-i18n" version))
(sha256
- (base32 "1mdhfkk61djj39vgnns5y1cssd12h0m1cfwd21m8xpa2l3rqvmgf"))))
+ (base32 "0kj1wfvlbi7qwq61b0rcdxa0bmb4sfsnh1bj3n5jxp24sdib73w2"))))
(build-system asdf-build-system/sbcl)
(inputs
(list sbcl-alexandria sbcl-babel sbcl-cl-ppcre-unicode))
@@ -21854,11 +21855,11 @@ (define-public ecl-cl-ipfs-api2
(sbcl-package->ecl-package sbcl-cl-ipfs-api2))
(define-public sbcl-purgatory
- (let ((commit "ade0d60a14a1067b9cc8cf06d1f1a1ca8cecdb03")
- (revision "1"))
+ (let ((commit "3afd8f6bb4093ffb2f39ffdedf11278b3617fff9")
+ (revision "2"))
(package
(name "sbcl-purgatory")
- (version (git-version "0.1.0" revision commit))
+ (version (git-version "0.1.2" revision commit))
(source
(origin
(method git-fetch)
@@ -21867,7 +21868,7 @@ (define-public sbcl-purgatory
(commit commit)))
(file-name (git-file-name "cl-purgatory" version))
(sha256
- (base32 "1mwlalymmfbx1jx5wzqcnpg5h8d0ylllm1p3f4lwaawfv05lk82s"))))
+ (base32 "0iy2jdgrwqrq9cph7bwf79d8l4zdsgcd9sfcn0lclzai2v0yizp9"))))
(build-system asdf-build-system/sbcl)
(inputs
(list sbcl-alexandria
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 83ede228b1..3e19e4a866 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -829,7 +829,7 @@ (define-public bombadillo
(define-public tinmop
(package
(name "tinmop")
- (version "0.9.6")
+ (version "0.9.9")
(source
(origin
(method git-fetch)
@@ -838,7 +838,7 @@ (define-public tinmop
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "19rr1wcadm4698q5gyq0pxv81220l5g8zfnp61s43a4q7kn4mi1z"))))
+ (base32 "0s73587wf29jzymlqrgcnci7w6wsfj1vcs7szxshsmaiszf0skwk"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf
@@ -912,9 +912,9 @@ (define-public tinmop
'("LISP_COMPILER) --eval \"(require 'asdf)\" "
"--eval \"(push \\\"$$(pwd)/\\\" asdf:*central-registry*)\" "))))
#t)))))
- (synopsis "Gemini, kami and pleroma client with a terminal interface")
+ (synopsis "Gemini, gopher, kami and pleroma client with a terminal interface")
(description
- "This package provides a Gemini, kami and pleroma client with a terminal
+ "This package provides a Gemini, gopher, kami and pleroma client with a terminal
interface.")
(home-page "https://www.autistici.org/interzona/tinmop.html")
(license license:gpl3+)))
--
2.34.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#58519] [PATCH] gnu: tinmop: Update to 0.9.9.
2022-10-14 16:00 [bug#58519] [PATCH] gnu: tinmop: Update to 0.9.9 cage
@ 2022-10-16 7:36 ` Guillaume Le Vaillant
[not found] ` <Y017Tcs6SG7KJ1PG@shimizu.casa.net>
0 siblings, 1 reply; 3+ messages in thread
From: Guillaume Le Vaillant @ 2022-10-16 7:36 UTC (permalink / raw)
To: cage; +Cc: 58519
[-- Attachment #1: Type: text/plain, Size: 1237 bytes --]
cage <cage-dev@twistfold.it> skribis:
> ---
> gnu/packages/lisp-xyz.scm | 25 +++++++++++++------------
> gnu/packages/web-browsers.scm | 8 ++++----
> 2 files changed, 17 insertions(+), 16 deletions(-)
>
> [...]
>
> (define-public sbcl-cl+ssl
> - (let ((commit "046d698cf65539faf9aba0a5ccd086a9d6f53eef")
> - (revision "3"))
> + (let ((commit "8c13317509136e6722a25be51b74b813bbb32f9e")
> + (revision "4"))
> (package
> (name "sbcl-cl+ssl")
> (version (git-version "0.0.0" revision commit))
> @@ -4316,10 +4316,11 @@ (define-public sbcl-cl+ssl
> (commit commit)))
> (file-name (git-file-name "cl+ssl" version))
> (sha256
> - (base32 "110yhb0f1c8yilqsgza2xhv3675i41iizylibgy5qc5fa2lnaxbv"))))
> + (base32 "1cdq9dzk804y8bm874q8755yk4iz2z735ksm8waxl52kpfw8ai99"))))
> (build-system asdf-build-system/sbcl)
> (arguments
> - '(#:phases
> + '(#:tests? #f ; testing depends on unavailable trivial-socket
> + #:phases
Hi.
Did you try adding trivial-sockets to Guix instead of disabling the
tests?
Also, could you send an updated patch series with one package update per
patch instead of everything in one patch?
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#58519: [PATCH] gnu: tinmop: Update to 0.9.9.
[not found] ` <Y017Tcs6SG7KJ1PG@shimizu.casa.net>
@ 2022-11-20 12:44 ` Guillaume Le Vaillant
0 siblings, 0 replies; 3+ messages in thread
From: Guillaume Le Vaillant @ 2022-11-20 12:44 UTC (permalink / raw)
To: 58519-close
[-- Attachment #1: Type: text/plain, Size: 89 bytes --]
Tinmop was updated to 0.9.9 in commit
ec74eef890d01a82128ffc9d0188a886c710c8e8.
Closing.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-11-20 12:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-14 16:00 [bug#58519] [PATCH] gnu: tinmop: Update to 0.9.9 cage
2022-10-16 7:36 ` Guillaume Le Vaillant
[not found] ` <Y017Tcs6SG7KJ1PG@shimizu.casa.net>
2022-11-20 12:44 ` bug#58519: " Guillaume Le Vaillant
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).