GNU bug report logs -
#54463
[PATCH 2/2] gnu: tinmop: Update to 0.9.6.
Previous Next
Reported by: cage <cage-dev <at> twistfold.it>
Date: Sat, 19 Mar 2022 10:06: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 54463 in the body.
You can then email your comments to 54463 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#54463
; Package
guix-patches
.
(Sat, 19 Mar 2022 10:06: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
.
(Sat, 19 Mar 2022 10:06:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
---
gnu/packages/web-browsers.scm | 87 ++++++++++++++++++-----------------
1 file changed, 46 insertions(+), 41 deletions(-)
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 3d91b17ed3..c4ca474b78 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -815,7 +815,7 @@ (define-public bombadillo
(define-public tinmop
(package
(name "tinmop")
- (version "0.9.2")
+ (version "0.9.6")
(source
(origin
(method git-fetch)
@@ -824,47 +824,52 @@ (define-public tinmop
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1cgx2g2kryfmcwqzzjzcpbdc6zzj10xc52gz0cj2dx5ylc0yg7k3"))))
+ (base32 "19rr1wcadm4698q5gyq0pxv81220l5g8zfnp61s43a4q7kn4mi1z"))))
(build-system gnu-build-system)
(native-inputs
- `(("automake" ,automake)
- ("autoreconf" ,autoconf)
- ("gettext" ,gnu-gettext)
- ("mandoc" , mandoc)
- ("nano" ,nano)
- ("openssl" ,openssl)
- ("sbcl" ,sbcl)
- ("xdg-utils" ,xdg-utils)))
+ (list autoconf
+ automake
+ gnu-gettext
+ mandoc
+ nano
+ openssl
+ sbcl
+ unzip
+ xdg-utils))
(inputs
- `(("access" ,sbcl-access)
- ("alexandria" ,sbcl-alexandria)
- ("babel" ,sbcl-babel)
- ("bordeaux-threads" ,sbcl-bordeaux-threads)
- ("cl-base64" ,sbcl-cl-base64)
- ("cl-colors2" ,sbcl-cl-colors2)
- ("cl-html5-parser" ,sbcl-cl-html5-parser)
- ("cl-i18n" ,sbcl-cl-i18n)
- ("cl-ppcre" ,sbcl-cl-ppcre)
- ("cl-spark" ,sbcl-cl-spark)
- ("cl-sqlite" ,sbcl-cl-sqlite)
- ("cl+ssl" ,sbcl-cl+ssl)
- ("clunit2" ,sbcl-clunit2)
- ("croatoan" ,sbcl-croatoan)
- ("crypto-shortcuts" ,sbcl-crypto-shortcuts)
- ("drakma" ,sbcl-drakma)
- ("esrap" ,sbcl-esrap)
- ("ieee-floats" ,sbcl-ieee-floats)
- ("local-time" ,sbcl-local-time)
- ("log4cl" ,sbcl-log4cl)
- ("marshal" ,sbcl-marshal)
- ("osicat" ,sbcl-osicat)
- ("parse-number" ,sbcl-parse-number)
- ("percent-encoding" ,sbcl-percent-encoding)
- ("sxql" ,sbcl-sxql)
- ("sxql-composer" ,sbcl-sxql-composer)
- ("tooter" ,sbcl-tooter)
- ("unix-opts" ,sbcl-unix-opts)
- ("usocket" ,sbcl-usocket)))
+ (list ncurses
+ sbcl-access
+ sbcl-alexandria
+ sbcl-babel
+ sbcl-bordeaux-threads
+ sbcl-cl+ssl
+ sbcl-cl-base64
+ sbcl-cl-colors2
+ sbcl-cl-html5-parser
+ sbcl-cl-i18n
+ sbcl-cl-ppcre
+ sbcl-cl-spark
+ sbcl-cl-sqlite
+ sbcl-clunit2
+ sbcl-croatoan
+ sbcl-crypto-shortcuts
+ sbcl-drakma
+ sbcl-esrap
+ sbcl-ieee-floats
+ sbcl-local-time
+ sbcl-log4cl
+ sbcl-marshal
+ sbcl-osicat
+ sbcl-parse-number
+ sbcl-percent-encoding
+ sbcl-purgatory
+ sbcl-sxql
+ sbcl-sxql-composer
+ sbcl-tooter
+ sbcl-trivial-clipboard
+ sbcl-unix-opts
+ sbcl-usocket
+ sqlite))
(arguments
`(#:tests? #f
#:strip-binaries? #f
@@ -893,9 +898,9 @@ (define-public tinmop
'("LISP_COMPILER) --eval \"(require 'asdf)\" "
"--eval \"(push \\\"$$(pwd)/\\\" asdf:*central-registry*)\" "))))
#t)))))
- (synopsis "Gemini and pleroma client with a terminal interface")
+ (synopsis "Gemini, kami and pleroma client with a terminal interface")
(description
- "This package provides a Gemini and pleroma client with a terminal
+ "This package provides a Gemini, kami and pleroma client with a terminal
interface.")
(home-page "https://www.autistici.org/interzona/tinmop.html")
(license license:gpl3+)))
--
2.34.0
Reply sent
to
Guillaume Le Vaillant <glv <at> posteo.net>
:
You have taken responsibility.
(Mon, 21 Mar 2022 09:01:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
cage <cage-dev <at> twistfold.it>
:
bug acknowledged by developer.
(Mon, 21 Mar 2022 09:01:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 54463-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Patch pushed as a6d0378fb2561cacf9f96c4e30a0eee53e923ce5 with
a completed commit message.
Thanks.
[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, 18 Apr 2022 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 58 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.