all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#48906] [PATCH] gnu: dino: Update to 0.2.1 [fixes CVE-2021-33896].
@ 2021-06-07 17:50 Jack Hill
  2021-06-07 21:00 ` bug#48906: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Jack Hill @ 2021-06-07 17:50 UTC (permalink / raw)
  To: 48906

* gnu/packages/messaging.scm (dino): Update to 0.2.1.
---
 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 4a9666e206..7b91284b10 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -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
-- 
2.31.1





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

* bug#48906: [PATCH] gnu: dino: Update to 0.2.1 [fixes CVE-2021-33896].
  2021-06-07 17:50 [bug#48906] [PATCH] gnu: dino: Update to 0.2.1 [fixes CVE-2021-33896] Jack Hill
@ 2021-06-07 21:00 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2021-06-07 21:00 UTC (permalink / raw)
  To: Jack Hill; +Cc: 48906-done

On Mon, Jun 07, 2021 at 01:50:02PM -0400, Jack Hill wrote:
> * gnu/packages/messaging.scm (dino): Update to 0.2.1.

Thanks! Pushed as 732da2201eb150c968990bd731a5a282247f6511




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

end of thread, other threads:[~2021-06-07 21:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-07 17:50 [bug#48906] [PATCH] gnu: dino: Update to 0.2.1 [fixes CVE-2021-33896] Jack Hill
2021-06-07 21:00 ` bug#48906: " Leo Famulari

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.