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

jgart pushed a commit to branch master
in repository guix.

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

commit 1a7228b151240de1373bf1c3248bb0277aef0a3e
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Mon Jul 1 00:07:45 2024 +0200

    gnu: dino: Update to 0.4.4.
    
    * gnu/packages/messaging.scm (dino): Update to 0.4.4.
    
    Change-Id: I6d468741c935cebeb42e2021f8b5dc5cf41db210
    Signed-off-by: jgart <[email protected]>
---
 gnu/packages/messaging.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 9c62dac07c..9ba83c0712 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -42,6 +42,7 @@
 ;;; Copyright © 2023 gemmaro <[email protected]>
 ;;; Copyright © 2024 Carlo Zancanaro <[email protected]>
 ;;; Copyright © 2024 Wilko Meyer <[email protected]>
+;;; Copyright © 2024 Ashish SHUKLA <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1387,7 +1388,7 @@ Encryption to Gajim.")
 (define-public dino
   (package
     (name "dino")
-    (version "0.4.3")
+    (version "0.4.4")
     (source
      (origin
        (method url-fetch)
@@ -1395,7 +1396,7 @@ Encryption to Gajim.")
         (string-append "https://github.com/dino/dino/releases/download/v";
                        version "/dino-" version ".tar.gz"))
        (sha256
-        (base32 "01jbggjqsbqrzd76bq4h8ccnijsw3m3mav838mnk20kls8agq5d6"))))
+        (base32 "1zvxyvql695bwbic17z86vrh2j1qkwvab1irqjkvza4szbklr29i"))))
     (build-system cmake-build-system)
     (outputs '("out" "debug"))
     (arguments

Reply via email to