diff options
author | cage <cage-dev@twistfold.it> | 2024-08-24 12:34:05 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2024-08-26 11:04:27 +0200 |
commit | 11e37d854a6304ac6bcff3a68226c922c1ecdad3 (patch) | |
tree | 2f9a268d56f97cd824987ba047401a9560d9f865 | |
parent | a7c5ab516e896023233919524d99b07809b79ec3 (diff) |
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>
-rw-r--r-- | gnu/packages/web-browsers.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm index 4a2b28916d..4c19b8431a 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -852,7 +852,7 @@ http, and https via third-party applications.") (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 @@ http, and https via third-party applications.") (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 |