* [bug#60063] [PATCH] gnu: tinmop: Update to 0.9.9.14.
@ 2022-12-14 11:26 cage
2022-12-19 13:27 ` bug#60063: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: cage @ 2022-12-14 11:26 UTC (permalink / raw)
To: 60063
---
gnu/packages/web-browsers.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index a2d6e399e9..a126902395 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -72,6 +72,7 @@ (define-module (gnu packages web-browsers)
#:use-module (gnu packages gnupg)
#:use-module (gnu packages gtk)
#:use-module (gnu packages image)
+ #:use-module (gnu packages imagemagick)
#:use-module (gnu packages libevent)
#:use-module (gnu packages libidn)
#:use-module (gnu packages libunistring)
@@ -829,7 +830,7 @@ (define-public bombadillo
(define-public tinmop
(package
(name "tinmop")
- (version "0.9.9")
+ (version "0.9.9.14")
(source
(origin
(method git-fetch)
@@ -838,12 +839,13 @@ (define-public tinmop
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0s73587wf29jzymlqrgcnci7w6wsfj1vcs7szxshsmaiszf0skwk"))))
+ (base32 "0xpqakqg4827wv92vvzwcvkqzr8d523fvnyjvnj4ac83d4w6nnls"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf
automake
gnu-gettext
+ imagemagick
mandoc
nano
openssl
--
2.34.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#60063: [PATCH] gnu: tinmop: Update to 0.9.9.14.
2022-12-14 11:26 [bug#60063] [PATCH] gnu: tinmop: Update to 0.9.9.14 cage
@ 2022-12-19 13:27 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-12-19 13:27 UTC (permalink / raw)
To: cage; +Cc: 60063-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as d9c6f14af1bc38cb15b6b108e8a7f7c99ab39ced.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-12-19 13:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-14 11:26 [bug#60063] [PATCH] gnu: tinmop: Update to 0.9.9.14 cage
2022-12-19 13:27 ` bug#60063: " Guillaume Le Vaillant
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.