GNU bug report logs -
#58519
[PATCH] gnu: tinmop: Update to 0.9.9.
Previous Next
Reported by: cage <cage-dev <at> twistfold.it>
Date: Fri, 14 Oct 2022 16:02:02 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 58519 in the body.
You can then email your comments to 58519 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#58519
; Package
guix-patches
.
(Fri, 14 Oct 2022 16:02:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
cage <cage-dev <at> twistfold.it>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 14 Oct 2022 16:02:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
---
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#58519
; Package
guix-patches
.
(Sun, 16 Oct 2022 07:44:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 58519 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
cage <cage-dev <at> 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?
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Guillaume Le Vaillant <glv <at> posteo.net>
:
You have taken responsibility.
(Sun, 20 Nov 2022 12:48:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
cage <cage-dev <at> twistfold.it>
:
bug acknowledged by developer.
(Sun, 20 Nov 2022 12:48:01 GMT)
Full text and
rfc822 format available.
Message #13 received at 58519-close <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Tinmop was updated to 0.9.9 in commit
ec74eef890d01a82128ffc9d0188a886c710c8e8.
Closing.
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 19 Dec 2022 12:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 182 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.