[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72785] [PATCH 5/6] gnu: tinmop: Update to 0.9.9.14142135623.
From: |
GNU Guix Live |
Subject: |
[bug#72785] [PATCH 5/6] gnu: tinmop: Update to 0.9.9.14142135623. |
Date: |
Sat, 24 Aug 2024 12:34:05 +0200 |
Change-Id: I85a6456754e531e728a302926e8eefde39056d34
---
gnu/packages/web-browsers.scm | 5 +++--
1 file 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 @@ (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
--
2.38.1
- [bug#72785] [PATCH 1/6] gnu: cl-croatoan: Update to 0.3., GNU Guix Live, 2024/08/24
- [bug#72786] [PATCH 2/6] gnu: cl-colors2: Update to 0.6.1., GNU Guix Live, 2024/08/24
- [bug#72785] [PATCH 3/6] gnu: cl-nodgui: Update to 0.7.0.2., GNU Guix Live, 2024/08/24
- [bug#72785] [PATCH 5/6] gnu: tinmop: Update to 0.9.9.14142135623.,
GNU Guix Live <=
- [bug#72785] [PATCH 4/6] gnu: cl-tooter: Update to 1.0.0-4.76fbb360., GNU Guix Live, 2024/08/24
- [bug#72785] [PATCH 6/6] gnu: gmid: Update to 2.1., GNU Guix Live, 2024/08/24
- [bug#72785] [PATCH] gnu: cl-nodgui: Update to 0.7.0.3., GNU Guix Live, 2024/08/25
- [bug#72785] [PATCH] gnu: gmid: Update to 2.1.1., GNU Guix Live, 2024/08/25
- bug#72785: [PATCH 1/6] gnu: cl-croatoan: Update to 0.3., Guillaume Le Vaillant, 2024/08/26