gnu: tinmop: Update to 0.6.2.
authorcage <cage-dev@twistfold.it>
Sat, 17 Apr 2021 14:42:48 +0000 (16:42 +0200)
committerGuillaume Le Vaillant <glv@posteo.net>
Mon, 19 Apr 2021 14:52:11 +0000 (16:52 +0200)
* gnu/packages/web-browsers.scm (tinmop): Update to 0.6.2.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
gnu/packages/web-browsers.scm

index bb7ac5d..1265c3b 100644 (file)
@@ -837,7 +837,7 @@ http, and https via third-party applications.")
 (define-public tinmop
   (package
     (name "tinmop")
-    (version "0.5.9")
+    (version "0.6.2")
     (source
      (origin
        (method git-fetch)
@@ -846,7 +846,7 @@ http, and https via third-party applications.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1zdra4q4mkrldv7dpag9p1bsma2k9pvp9pp9k7qsbm0alj7xwqpr"))))
+        (base32 "1fz52agvxnavz375apb1pjalf3myjllr4pc096b6qvc6vzhadg4c"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("curl" ,curl)