[PATCH] gnu: dino: Update to 0.2.0

  • Done
  • quality assurance status badge
Details
2 participants
  • Ekaitz Zarraga
  • Tobias Geerinckx-Rice
Owner
unassigned
Submitted by
Ekaitz Zarraga
Severity
normal

Debbugs page

Ekaitz Zarraga wrote 4 years ago
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
wv6IosWnj6vz2fAkkWIXBigy8Odi2wCVd-dMzkd9PGH3vQEzRgEvHjqBwBNpxMFevVaJIOgDKTAb9dw0rOSCv9XpImROmSshjJkmoeoXkY4=@elenq.tech
Update of the recently released Dino 0.2.0 version.

Thanks!


From 0b764d48996f3851ee2596a25f1fd42a8d3f4063 Mon Sep 17 00:00:00 2001
From: Ekaitz Zarraga <ekaitz@elenq.tech>
Date: Fri, 13 Nov 2020 12:18:11 +0100
Subject: [PATCH] gnu: dino: Update to 0.2.0

* gnu/packages/messaging.scm (dino): Update to 0.2.0
---
gnu/packages/messaging.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (22 lines)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index b462504894..624ad72c23 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -931,7 +931,7 @@ Encryption to Gajim.")
(define-public dino
(package
(name "dino")
- (version "0.1.0")
+ (version "0.2.0")
(outputs '("out" "debug"))
(source
(origin
@@ -940,7 +940,7 @@ Encryption to Gajim.")
version "/dino-" version ".tar.gz"))
(sha256
(base32
- "0dcq2jhpywgxrp9x1qqmrl2z50hazspqj547b9zz70apy3y4418h"))))
+ "0iigh7bkil6prf02dqcl6lmd89jxz685h8lqr3ni4x39zkcransn"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f
--
2.28.0
Tobias Geerinckx-Rice wrote 4 years ago
(name . Ekaitz Zarraga)(address . ekaitz@elenq.tech)
87ft5d8iab.fsf@nckx
Ekaitz Zarraga 写道:
Toggle quote (2 lines)
> Update of the recently released Dino 0.2.0 version.

Pushed as 3a15847685eda86d16ac79900e731bac1904482e. Thanks!

Kind regards,

T G-R
-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCX66SbA0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW153r0BAKOBTSsvwr31/zoXOva5kUpbgTMShjl50RPDKMR8
wnwaAQCloA1UHl/QK7sInGVNVPeo/8ZfEtqramejRz8HNi+mDg==
=aRo6
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

To comment on this conversation send an email to 44615@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 44615
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help