guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/07: gnu: tinmop: Update to 0.9.9.14.


From: guix-commits
Subject: 04/07: gnu: tinmop: Update to 0.9.9.14.
Date: Mon, 19 Dec 2022 08:22:49 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit d9c6f14af1bc38cb15b6b108e8a7f7c99ab39ced
Author: cage <cage-dev@twistfold.it>
AuthorDate: Wed Dec 14 12:26:27 2022 +0100

    gnu: tinmop: Update to 0.9.9.14.
    
    * gnu/packages/web-browsers.scm (tinmop): Update to 0.9.9.14.
      [inputs]: Add imagemagick.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 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 @@
   #: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 @@ http, and https via third-party applications.")
 (define-public tinmop
   (package
     (name "tinmop")
-    (version "0.9.9")
+    (version "0.9.9.14")
     (source
      (origin
        (method git-fetch)
@@ -838,12 +839,13 @@ http, and https via third-party applications.")
              (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]