[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: tinmop: Update to 0.9.9.
From: |
guix-commits |
Subject: |
branch master updated: gnu: tinmop: Update to 0.9.9. |
Date: |
Wed, 26 Oct 2022 05:17:45 -0400 |
This is an automated email from the git hooks/post-receive script.
glv pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new ec74eef890 gnu: tinmop: Update to 0.9.9.
ec74eef890 is described below
commit ec74eef890d01a82128ffc9d0188a886c710c8e8
Author: cage <cage-dev@twistfold.it>
AuthorDate: Tue Oct 25 20:50:33 2022 +0200
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>
---
gnu/packages/web-browsers.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 83ede228b1..ee5f4f7335 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -829,7 +829,7 @@ http, and https via third-party applications.")
(define-public tinmop
(package
(name "tinmop")
- (version "0.9.6")
+ (version "0.9.9")
(source
(origin
(method git-fetch)
@@ -838,7 +838,7 @@ http, and https via third-party applications.")
(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,10 +912,11 @@ http, and https via third-party applications.")
'("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
-interface.")
+ "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+)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: tinmop: Update to 0.9.9.,
guix-commits <=