aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcage <cage-dev@twistfold.it>2021-07-01 10:06:08 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2021-07-01 10:06:23 +0200
commit3ae519affde39cb807e8b6560169a89b3b9664e9 (patch)
tree9c1191119f8dfcfc98c5ccda70ab98371f1f2dc0
parent66bce3f2a7c6010d598d4799c5775a9aacead2c6 (diff)
downloadguix-3ae519affde39cb807e8b6560169a89b3b9664e9.tar
guix-3ae519affde39cb807e8b6560169a89b3b9664e9.tar.gz
gnu: tinmop: Update to 0.8.3.
* gnu/packages/web-browsers.scm (tinmop): Update to 0.8.3. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
-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 27ec90c129..9c6d9b1fd8 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -836,7 +836,7 @@ http, and https via third-party applications.")
(define-public tinmop
(package
(name "tinmop")
- (version "0.8.1")
+ (version "0.8.3")
(source
(origin
(method git-fetch)
@@ -845,7 +845,7 @@ http, and https via third-party applications.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1lv1nckvzyhpn8cs6m40f2np15b3a8071kh7sy1216q2345s2ckc"))))
+ (base32 "117p1wxi5swmqw429qrswxz2zvp1dcaw2145gk6zxlgwln48qxl8"))))
(build-system gnu-build-system)
(native-inputs
`(("curl" ,curl)