[PATCH] gnu: tinmop: Update to 0.9.9.14.

  • Done
  • quality assurance status badge
Details
2 participants
  • cage
  • Guillaume Le Vaillant
Owner
unassigned
Submitted by
cage
Severity
normal

Debbugs page

cage wrote 2 years ago
(address . guix-patches@gnu.org)
Y5my4+oSqmhUl/Qd@shimizu.casa.net
---
gnu/packages/web-browsers.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Toggle diff (36 lines)
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
Guillaume Le Vaillant wrote 2 years ago
(name . cage)(address . cage-dev@twistfold.it)(address . 60063-done@debbugs.gnu.org)
87k02nplo9.fsf@kitej
Patch pushed as d9c6f14af1bc38cb15b6b108e8a7f7c99ab39ced.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCY6BnBg8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j+qPAD/bpscHsq+2PSrTT+ZCsfPm/Wf2gb3sUOd9KNd
/Q7ZmwsA/RlE6kVwoSKooOLMzS1p/ATUADSc5ZHbaK1TdMSMr19D
=+h6z
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 60063@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 60063
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help