unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67281] [PATCH] gnu: tinmop: Update to 0.9.9.1414213.
@ 2023-11-19 13:59 cage
  2023-11-20 13:50 ` bug#67281: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: cage @ 2023-11-19 13:59 UTC (permalink / raw)
  To: 67281

Change-Id: Icbd516612296ee447edf569756dc38914240ae3b
---
 gnu/packages/web-browsers.scm | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index d38882046d..4b472f81ac 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -95,6 +95,7 @@ (define-module (gnu packages web-browsers)
   #:use-module (gnu packages qt)
   #:use-module (gnu packages sdl)
   #:use-module (gnu packages sqlite)
+  #:use-module (gnu packages tcl)
   #:use-module (gnu packages tls)
   #:use-module (gnu packages webkit)
   #:use-module (gnu packages xorg))
@@ -852,16 +853,16 @@ (define-public bombadillo
 (define-public tinmop
   (package
     (name "tinmop")
-    (version "0.9.9.141")
+    (version "0.9.9.1414213")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://notabug.org/cage/tinmop")
+             (url "https://codeberg.org/cage/tinmop")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0hx52kaq0q9iccalkxk50q1v3mf9ypardjgv56d5sdrbhfqyashl"))))
+        (base32 "0rlgnqld6ls46452xvcr8k4ji4lwmlsrxib5ii9l9clkm0s477wv"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf
@@ -872,6 +873,7 @@ (define-public tinmop
            nano
            openssl
            sbcl
+           tk
            unzip
            xdg-utils))
     (inputs
@@ -893,10 +895,12 @@ (define-public tinmop
            sbcl-crypto-shortcuts
            sbcl-drakma
            sbcl-esrap
+           sbcl-flexi-streams
            sbcl-ieee-floats
            sbcl-local-time
            sbcl-log4cl
            sbcl-marshal
+           sbcl-nodgui
            sbcl-osicat
            sbcl-parse-number
            sbcl-percent-encoding
@@ -907,6 +911,7 @@ (define-public tinmop
            sbcl-trivial-clipboard
            sbcl-unix-opts
            sbcl-usocket
+           sbcl-yason
            sqlite))
     (arguments
      `(#:tests? #f
@@ -937,10 +942,10 @@ (define-public tinmop
                    "--eval \"(push \\\"$$(pwd)/\\\" asdf:*central-registry*)\"  "))))
              #t)))))
     (synopsis
-     "Gemini, gopher, kami and pleroma client with a terminal interface")
+     "Gemini, gopher, kami and mastodon/pleroma client with a terminal interface")
     (description
-     "This package provides a Gemini, gopher, kami and pleroma client with a
-terminal interface.")
+     "This package provides a Gemini, gopher, kami and mastodon/pleroma client with a
+terminal interface, for Gemini also a GUI is available.")
     (home-page "https://www.autistici.org/interzona/tinmop.html")
     (license license:gpl3+)))


base-commit: 5cad6f721b8884b612178896f06cd69d5839402c
prerequisite-patch-id: c248550a3e3ec5ebe9c44aa16d9e68888a7859f1
--
2.41.0




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#67281: [PATCH] gnu: tinmop: Update to 0.9.9.1414213.
  2023-11-19 13:59 [bug#67281] [PATCH] gnu: tinmop: Update to 0.9.9.1414213 cage
@ 2023-11-20 13:50 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2023-11-20 13:50 UTC (permalink / raw)
  To: cage; +Cc: 67281-done

[-- Attachment #1: Type: text/plain, Size: 67 bytes --]

Patch applied as 9cb0b33771b38adef8bed627d72a5e31c738f25f.
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:[~2023-11-20 13:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-19 13:59 [bug#67281] [PATCH] gnu: tinmop: Update to 0.9.9.1414213 cage
2023-11-20 13:50 ` bug#67281: " 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).