summaryrefslogtreecommitdiff
path: root/gnu/packages/web-browsers.scm
diff options
context:
space:
mode:
authorcage <cage-dev@twistfold.it>2021-06-07 21:16:00 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2021-06-08 11:09:12 +0200
commit4796abfc2f4ad3616ac5c81e25c4e24887b4cba5 (patch)
tree1802c4ce0414ff0f467795c94490f88cfbe5e92d /gnu/packages/web-browsers.scm
parentb7f1f9c61f2f7374af1f7a8c2a5a089d4f176027 (diff)
downloadguix-patches-4796abfc2f4ad3616ac5c81e25c4e24887b4cba5.tar
guix-patches-4796abfc2f4ad3616ac5c81e25c4e24887b4cba5.tar.gz
gnu: tinmop : Update to 0.8.1.
* gnu/packages/web-browsers.scm (tinmop): Update to 0.8.1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu/packages/web-browsers.scm')
-rw-r--r--gnu/packages/web-browsers.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index d2cda59540..eda01c1b9a 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -834,7 +834,7 @@ http, and https via third-party applications.")
(define-public tinmop
(package
(name "tinmop")
- (version "0.6.2")
+ (version "0.8.1")
(source
(origin
(method git-fetch)
@@ -843,7 +843,7 @@ http, and https via third-party applications.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1fz52agvxnavz375apb1pjalf3myjllr4pc096b6qvc6vzhadg4c"))))
+ (base32 "1lv1nckvzyhpn8cs6m40f2np15b3a8071kh7sy1216q2345s2ckc"))))
(build-system gnu-build-system)
(native-inputs
`(("curl" ,curl)