guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: dino: Update to 0.2.2.


From: guix-commits
Subject: branch master updated: gnu: dino: Update to 0.2.2.
Date: Thu, 14 Oct 2021 17:11:19 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 26127c9  gnu: dino: Update to 0.2.2.
26127c9 is described below

commit 26127c9a5815c26da5829e30c236c6b93edc564d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Oct 14 23:05:33 2021 +0200

    gnu: dino: Update to 0.2.2.
    
    * gnu/packages/messaging.scm (dino): Update to 0.2.2.
---
 gnu/packages/messaging.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 6b4f268..7f0c979 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1265,7 +1265,7 @@ Encryption to Gajim.")
 (define-public dino
   (package
     (name "dino")
-    (version "0.2.1")
+    (version "0.2.2")
     (source
      (origin
        (method url-fetch)
@@ -1273,7 +1273,7 @@ Encryption to Gajim.")
         (string-append "https://github.com/dino/dino/releases/download/v";
                        version "/dino-" version ".tar.gz"))
        (sha256
-        (base32 "13rk8b0sj35az32c0ii173g9ww231awmyb4jlk56jy38hpyp7x1g"))))
+        (base32 "0r5qn9k88d5rh8zzj9gs3bk3dsm795r0pgxs3kawyrsrqr8ny1ry"))))
     (build-system cmake-build-system)
     (outputs '("out" "debug"))
     (arguments



reply via email to

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