gnu: dino: Update to 0.2.1 [fixes CVE-2021-33896].
authorJack Hill <jackhill@jackhill.us>
Mon, 7 Jun 2021 17:50:02 +0000 (13:50 -0400)
committerLeo Famulari <leo@famulari.name>
Mon, 7 Jun 2021 20:51:38 +0000 (16:51 -0400)
* gnu/packages/messaging.scm (dino): Update to 0.2.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
gnu/packages/messaging.scm

index 4a9666e..7b91284 100644 (file)
@@ -1219,7 +1219,7 @@ Encryption to Gajim.")
 (define-public dino
   (package
     (name "dino")
-    (version "0.2.0")
+    (version "0.2.1")
     (source
      (origin
        (method url-fetch)
@@ -1227,7 +1227,7 @@ Encryption to Gajim.")
         (string-append "https://github.com/dino/dino/releases/download/v"
                        version "/dino-" version ".tar.gz"))
        (sha256
-        (base32 "0iigh7bkil6prf02dqcl6lmd89jxz685h8lqr3ni4x39zkcransn"))))
+        (base32 "13rk8b0sj35az32c0ii173g9ww231awmyb4jlk56jy38hpyp7x1g"))))
     (build-system cmake-build-system)
     (outputs '("out" "debug"))
     (arguments