gnu: tinmop: Update to 0.9.9.141421356.
* gnu/packages/web-browsers.scm (tinmop): Update to 0.9.9.141421356. Change-Id: Ibf43c33b2581a78d5a4050493049db73f77c896b Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>master
parent
6e4b1b450c
commit
dc4842797b
|
@ -848,7 +848,7 @@ http, and https via third-party applications.")
|
||||||
(define-public tinmop
|
(define-public tinmop
|
||||||
(package
|
(package
|
||||||
(name "tinmop")
|
(name "tinmop")
|
||||||
(version "0.9.9.1414213")
|
(version "0.9.9.141421356")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -857,7 +857,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 "0rlgnqld6ls46452xvcr8k4ji4lwmlsrxib5ii9l9clkm0s477wv"))))
|
(base32 "0cw8scjxci98jx5cmm98x0frjrbs3q7w3dwz60xpy67aqmwq7kqx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf
|
(list autoconf
|
||||||
|
|
Reference in New Issue