diff options
author | cage <cage-dev@twistfold.it> | 2021-07-01 10:06:08 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-07-01 10:06:23 +0200 |
commit | 3ae519affde39cb807e8b6560169a89b3b9664e9 (patch) | |
tree | 9c1191119f8dfcfc98c5ccda70ab98371f1f2dc0 /gnu/packages | |
parent | 66bce3f2a7c6010d598d4799c5775a9aacead2c6 (diff) |
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/web-browsers.scm | 4 |
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) |