guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: tinmop: Update to 0.8.3.


From: guix-commits
Subject: 03/03: gnu: tinmop: Update to 0.8.3.
Date: Thu, 1 Jul 2021 04:08:19 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 3ae519affde39cb807e8b6560169a89b3b9664e9
Author: cage <cage-dev@twistfold.it>
AuthorDate: Thu Jul 1 10:06:08 2021 +0200

    gnu: tinmop: Update to 0.8.3.
    
    * gnu/packages/web-browsers.scm (tinmop): Update to 0.8.3.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/web-browsers.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 27ec90c..9c6d9b1 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -836,7 +836,7 @@ http, and https via third-party applications.")
 (define-public tinmop
   (package
     (name "tinmop")
-    (version "0.8.1")
+    (version "0.8.3")
     (source
      (origin
        (method git-fetch)
@@ -845,7 +845,7 @@ http, and https via third-party applications.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1lv1nckvzyhpn8cs6m40f2np15b3a8071kh7sy1216q2345s2ckc"))))
+        (base32 "117p1wxi5swmqw429qrswxz2zvp1dcaw2145gk6zxlgwln48qxl8"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("curl" ,curl)



reply via email to

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