all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62414] [PATCH] gnu: dino: Update to 0.4.2 [fixes CVE-2023-28686].
@ 2023-03-24  3:17 Jack Hill via Guix-patches
  2023-03-26  6:07 ` bug#62414: " Liliana Marie Prikler
  0 siblings, 1 reply; 3+ messages in thread
From: Jack Hill via Guix-patches @ 2023-03-24  3:17 UTC (permalink / raw)
  To: 62414

* gnu/packages/messaging.scm (dino): Update to 0.4.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 5ba7d166c0..4b8071e728 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1321,7 +1321,7 @@ (define-public gajim-openpgp
 (define-public dino
   (package
     (name "dino")
-    (version "0.4.0")
+    (version "0.4.2")
     (source
      (origin
        (method url-fetch)
@@ -1329,7 +1329,7 @@ (define-public dino
         (string-append "https://github.com/dino/dino/releases/download/v"
                        version "/dino-" version ".tar.gz"))
        (sha256
-        (base32 "115p7mjk0q68nvv8asrm6hsv0dzsz7hy2bnvhwhxmcfbilr8fq68"))))
+        (base32 "1vbyrnivibsn4jzmfb6sfq5fxhb0xh1cnhgcmg1rafq751q55cg1"))))
     (build-system cmake-build-system)
     (outputs '("out" "debug"))
     (arguments
-- 
2.39.2





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-26 16:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-24  3:17 [bug#62414] [PATCH] gnu: dino: Update to 0.4.2 [fixes CVE-2023-28686] Jack Hill via Guix-patches
2023-03-26  6:07 ` bug#62414: " Liliana Marie Prikler
2023-03-26 16:41   ` [bug#62414] " Jack Hill

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.