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>
This commit is contained in:
cage 2021-07-01 10:06:08 +02:00 committed by Guillaume Le Vaillant
parent 66bce3f2a7
commit 3ae519affd
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -836,7 +836,7 @@ (define-public bombadillo
(define-public tinmop
(package
(name "tinmop")
(version "0.8.1")
(version "0.8.3")
(source
(origin
(method git-fetch)
@ -845,7 +845,7 @@ (define-public tinmop
(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)