mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: dino: Update to 0.4.2 [fixes CVE-2023-28686].
* gnu/packages/messaging.scm (dino): Update to 0.4.2. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
720568e609
commit
9b58148641
1 changed files with 2 additions and 2 deletions
|
@ -1321,7 +1321,7 @@ (define-public gajim-openpgp
|
||||||
(define-public dino
|
(define-public dino
|
||||||
(package
|
(package
|
||||||
(name "dino")
|
(name "dino")
|
||||||
(version "0.4.0")
|
(version "0.4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1329,7 +1329,7 @@ (define-public dino
|
||||||
(string-append "https://github.com/dino/dino/releases/download/v"
|
(string-append "https://github.com/dino/dino/releases/download/v"
|
||||||
version "/dino-" version ".tar.gz"))
|
version "/dino-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "115p7mjk0q68nvv8asrm6hsv0dzsz7hy2bnvhwhxmcfbilr8fq68"))))
|
(base32 "1vbyrnivibsn4jzmfb6sfq5fxhb0xh1cnhgcmg1rafq751q55cg1"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(outputs '("out" "debug"))
|
(outputs '("out" "debug"))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue