[PATCH] gnu: c-toxcore: Update to 0.2.7.

  • Done
  • quality assurance status badge
Details
3 participants
  • MadalinIonel.Patrascu@mdc-berlin.de
  • pimi
  • Ricardo Wurmus
Owner
unassigned
Submitted by
pimi
Severity
normal

Debbugs page

pimi wrote 7 years ago
(address . guix-patches@gnu.org)(name . Rutger Helling)(address . rhelling@mykolab.com)
20180903122419.14961-1-madalinionel.patrascu@mdc-berlin.de
From: Rutger Helling <rhelling@mykolab.com>

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

Toggle diff (24 lines)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index b03cb8f03..afbb458ad 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -873,7 +873,7 @@ protocols.")
(define-public c-toxcore
(package
(name "c-toxcore")
- (version "0.2.6")
+ (version "0.2.7")
(source
(origin
(method url-fetch)
@@ -882,7 +882,7 @@ protocols.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "04b3ifkj64yy06vph0hlq24mw9fh24zmq1qdf40fmj24vvgfmjpl"))))
+ "1lcw979zakyb5kzy8yfk87js3bzfz3k2jxidda6ga6ljdnqdpxmy"))))
(arguments
`(#:tests? #f)) ; FIXME: Testsuite seems to stay stuck on test 3. Disable
; for now.
--
2.17.1
MadalinIonel.Patrascu@mdc-berlin.de wrote 7 years ago
RE: bug#32620: Acknowledgement ([PATCH] gnu: c-toxcore: Update to 0.2.7.)
(name . 32620@debbugs.gnu.org)(address . 32620@debbugs.gnu.org)
918DDFCAA65E9447BD6F28DB666521DA9896E0@DAGTHREE.mdc-berlin.net
Hello!

Sorry for this!

Please close this thread, I have sent this mail without to do a commit.

I apologize for this!
________________________________________
From: GNU bug Tracking System [help-debbugs@gnu.org]
Sent: Monday, September 03, 2018 14:27
To: Patrascu, Madalin Ionel
Subject: bug#32620: Acknowledgement ([PATCH] gnu: c-toxcore: Update to 0.2.7.)

Thank you for filing a new bug report with debbugs.gnu.org.

This is an automatically generated reply to let you know your message
has been received.

Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.

Your message has been sent to the package maintainer(s):
guix-patches@gnu.org

If you wish to submit further information on this problem, please
send it to 32620@debbugs.gnu.org.

Please do not send mail to help-debbugs@gnu.org unless you wish
to report a problem with the Bug-tracking system.

--
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
Ricardo Wurmus wrote 7 years ago
[PATCH] gnu: c-toxcore: Update to 0.2.7.
(address . 32620-done@debbugs.gnu.org)
idjo9de38n8.fsf@bimsb-sys02.mdc-berlin.net
Opened by accident. Closing.

--
Ricardo
Closed
?
Your comment

This issue is archived.

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

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