guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: tinmop: Update to 0.9.9.141.


From: guix-commits
Subject: 02/02: gnu: tinmop: Update to 0.9.9.141.
Date: Fri, 17 Feb 2023 09:53:56 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit eb38e74c6b018710c804bb57042ae770d33cd99e
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Feb 13 00:23:18 2023 +0000

    gnu: tinmop: Update to 0.9.9.141.
    
    * gnu/packages/web-browsers.scm (tinmop): Update to 0.9.9.141.
    
    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 b35d29c160..ec60df0bc0 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -829,7 +829,7 @@ http, and https via third-party applications.")
 (define-public tinmop
   (package
     (name "tinmop")
-    (version "0.9.9.14")
+    (version "0.9.9.141")
     (source
      (origin
        (method git-fetch)
@@ -838,7 +838,7 @@ http, and https via third-party applications.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0xpqakqg4827wv92vvzwcvkqzr8d523fvnyjvnj4ac83d4w6nnls"))))
+        (base32 "0hx52kaq0q9iccalkxk50q1v3mf9ypardjgv56d5sdrbhfqyashl"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf



reply via email to

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