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>master
parent
7b5b42129e
commit
a91844530f
|
@ -837,7 +837,7 @@ http, and https via third-party applications.")
|
||||||
(define-public tinmop
|
(define-public tinmop
|
||||||
(package
|
(package
|
||||||
(name "tinmop")
|
(name "tinmop")
|
||||||
(version "0.5.9")
|
(version "0.6.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -846,7 +846,7 @@ http, and https via third-party applications.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1zdra4q4mkrldv7dpag9p1bsma2k9pvp9pp9k7qsbm0alj7xwqpr"))))
|
(base32 "1fz52agvxnavz375apb1pjalf3myjllr4pc096b6qvc6vzhadg4c"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("curl" ,curl)
|
`(("curl" ,curl)
|
||||||
|
|
Reference in New Issue