[PATCH] gnu: qtox: Update to 1.11.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Arun Isaac
  • R H
Owner
unassigned
Submitted by
R H
Severity
normal

Debbugs page

R H wrote 8 years ago
(address . guix-patches@gnu.org)
356587bce3ab0fb5ece78796fb87f24b@mykolab.com
Here's a patch to update qtox to the latest version.
Attachment: file
* gnu/packages/messaging.scm (qtox): Update to 1.11.0.
---
gnu/packages/messaging.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index eb9e86915..c69bd8b10 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -747,14 +747,14 @@ instant messenger with audio and video chat capabilities.")
(define-public qtox
(package
(name "qtox")
- (version "1.10.1")
+ (version "1.11.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/qTox/qTox/archive/v"
version ".tar.gz"))
(sha256
(base32
- "0b37an611i2jdri59vsspyl3yf6cn4h0bn9d2jdrkw8d2rfqc8qy"))
+ "1m1ca1ybgj4yfm6a61yyj21f5jpip8dsbliwkfypswhmv5y52f5y"))
(file-name (string-append name "-" version ".tar.gz"))))
(build-system cmake-build-system)
(arguments
--
2.14.1
Arun Isaac wrote 8 years ago
(name . R H)(address . rhelling@mykolab.com)(address . 28275-done@debbugs.gnu.org)
8196d859.AEMAPNDoXL8AAAAAAAAAAAPmNz0AAAACwQwAAAAAAAW9WABZpcYm@mailjet.com
Pushed, thanks!
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 28275
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