mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: tinmop: Update to 0.9.9.14142135623.
* gnu/packages/web-browsers.scm (tinmop): Update to 0.9.9.14142135623. [native-inputs]: Add libjpeg-turbo. Change-Id: I85a6456754e531e728a302926e8eefde39056d34 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
a7c5ab516e
commit
11e37d854a
1 changed files with 3 additions and 2 deletions
|
@ -852,7 +852,7 @@ (define-public bombadillo
|
|||
(define-public tinmop
|
||||
(package
|
||||
(name "tinmop")
|
||||
(version "0.9.9.141421356")
|
||||
(version "0.9.9.14142135623")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -861,12 +861,13 @@ (define-public tinmop
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0cw8scjxci98jx5cmm98x0frjrbs3q7w3dwz60xpy67aqmwq7kqx"))))
|
||||
(base32 "02kp527gyh60fm2ss92wy3k3m9fih82wvzndri98sj2zc0wgcnki"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list autoconf
|
||||
automake
|
||||
gnu-gettext
|
||||
libjpeg-turbo
|
||||
imagemagick
|
||||
mandoc
|
||||
nano
|
||||
|
|
Loading…
Reference in a new issue