me
/
guix
Archived
1
0
Fork 0

gnu: tinmop: Update to 0.9.9.

* gnu/packages/web-browsers.scm (tinmop): Update to 0.9.9.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
cage 2022-10-25 20:50:33 +02:00 committed by Guillaume Le Vaillant
parent d816693a23
commit ec74eef890
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 6 additions and 5 deletions

View File

@ -829,7 +829,7 @@ http, and https via third-party applications.")
(define-public tinmop (define-public tinmop
(package (package
(name "tinmop") (name "tinmop")
(version "0.9.6") (version "0.9.9")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -838,7 +838,7 @@ http, and https via third-party applications.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "19rr1wcadm4698q5gyq0pxv81220l5g8zfnp61s43a4q7kn4mi1z")))) (base32 "0s73587wf29jzymlqrgcnci7w6wsfj1vcs7szxshsmaiszf0skwk"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list autoconf (list autoconf
@ -912,10 +912,11 @@ http, and https via third-party applications.")
'("LISP_COMPILER) --eval \"(require 'asdf)\" " '("LISP_COMPILER) --eval \"(require 'asdf)\" "
"--eval \"(push \\\"$$(pwd)/\\\" asdf:*central-registry*)\" ")))) "--eval \"(push \\\"$$(pwd)/\\\" asdf:*central-registry*)\" "))))
#t))))) #t)))))
(synopsis "Gemini, kami and pleroma client with a terminal interface") (synopsis
"Gemini, gopher, kami and pleroma client with a terminal interface")
(description (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
interface.") terminal interface.")
(home-page "https://www.autistici.org/interzona/tinmop.html") (home-page "https://www.autistici.org/interzona/tinmop.html")
(license license:gpl3+))) (license license:gpl3+)))