mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: dino: Update to 0.4.3.
* gnu/packages/messaging.scm (dino): Update to 0.4.3. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
5f672aaa0c
commit
e9981d5a95
1 changed files with 2 additions and 2 deletions
|
@ -1317,7 +1317,7 @@ (define-public gajim-openpgp
|
||||||
(define-public dino
|
(define-public dino
|
||||||
(package
|
(package
|
||||||
(name "dino")
|
(name "dino")
|
||||||
(version "0.4.2")
|
(version "0.4.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1325,7 +1325,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 "1vbyrnivibsn4jzmfb6sfq5fxhb0xh1cnhgcmg1rafq751q55cg1"))))
|
(base32 "01jbggjqsbqrzd76bq4h8ccnijsw3m3mav838mnk20kls8agq5d6"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(outputs '("out" "debug"))
|
(outputs '("out" "debug"))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue