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.4.
* gnu/packages/messaging.scm (dino): Update to 0.4.4. Change-Id: I6d468741c935cebeb42e2021f8b5dc5cf41db210 Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
b10e830807
commit
1a7228b151
1 changed files with 3 additions and 2 deletions
|
@ -42,6 +42,7 @@
|
||||||
;;; Copyright © 2023 gemmaro <gemmaro.dev@gmail.com>
|
;;; Copyright © 2023 gemmaro <gemmaro.dev@gmail.com>
|
||||||
;;; Copyright © 2024 Carlo Zancanaro <carlo@zancanaro.id.au>
|
;;; Copyright © 2024 Carlo Zancanaro <carlo@zancanaro.id.au>
|
||||||
;;; Copyright © 2024 Wilko Meyer <w@wmeyer.eu>
|
;;; Copyright © 2024 Wilko Meyer <w@wmeyer.eu>
|
||||||
|
;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -1387,7 +1388,7 @@ (define-public gajim-openpgp
|
||||||
(define-public dino
|
(define-public dino
|
||||||
(package
|
(package
|
||||||
(name "dino")
|
(name "dino")
|
||||||
(version "0.4.3")
|
(version "0.4.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1395,7 +1396,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 "01jbggjqsbqrzd76bq4h8ccnijsw3m3mav838mnk20kls8agq5d6"))))
|
(base32 "1zvxyvql695bwbic17z86vrh2j1qkwvab1irqjkvza4szbklr29i"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(outputs '("out" "debug"))
|
(outputs '("out" "debug"))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue