* [bug#54463] [PATCH 2/2] gnu: tinmop: Update to 0.9.6.
@ 2022-03-19 10:04 cage
2022-03-21 8:59 ` bug#54463: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: cage @ 2022-03-19 10:04 UTC (permalink / raw)
To: 54463
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#54463: [PATCH 2/2] gnu: tinmop: Update to 0.9.6.
2022-03-19 10:04 [bug#54463] [PATCH 2/2] gnu: tinmop: Update to 0.9.6 cage
@ 2022-03-21 8:59 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-03-21 8:59 UTC (permalink / raw)
To: cage; +Cc: 54463-done
[-- Attachment #1: Type: text/plain, Size: 98 bytes --]
Patch pushed as a6d0378fb2561cacf9f96c4e30a0eee53e923ce5 with
a completed commit message.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-03-21 9:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-19 10:04 [bug#54463] [PATCH 2/2] gnu: tinmop: Update to 0.9.6 cage
2022-03-21 8:59 ` bug#54463: " 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.