diff options
author | cage <cage-dev@twistfold.it> | 2021-04-17 16:42:48 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-04-19 16:52:11 +0200 |
commit | a91844530f335ab353ff938286f81d267a564171 (patch) | |
tree | 737ddd527ab9909e31afc2a51a8b94422710aeb4 /gnu/packages | |
parent | 7b5b42129e13e60f0a140e0e7845e715b535a997 (diff) | |
download | guix-a91844530f335ab353ff938286f81d267a564171.tar.gz guix-a91844530f335ab353ff938286f81d267a564171.zip |
gnu: tinmop: Update to 0.6.2.
* gnu/packages/web-browsers.scm (tinmop): Update to 0.6.2.
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 bb7ac5d15a..1265c3bb5c 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -837,7 +837,7 @@ http, and https via third-party applications.") (define-public tinmop (package (name "tinmop") - (version "0.5.9") + (version "0.6.2") (source (origin (method git-fetch) @@ -846,7 +846,7 @@ http, and https via third-party applications.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1zdra4q4mkrldv7dpag9p1bsma2k9pvp9pp9k7qsbm0alj7xwqpr")))) + (base32 "1fz52agvxnavz375apb1pjalf3myjllr4pc096b6qvc6vzhadg4c")))) (build-system gnu-build-system) (native-inputs `(("curl" ,curl) |