3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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>
This commit is contained in:
cage 2021-06-07 21:16:00 +02:00 committed by Guillaume Le Vaillant
parent b7f1f9c61f
commit 4796abfc2f
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -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)