GNU bug report logs -
#26640
[PATCH] gnu: cmst: Update to 2017.03.18.
Previous Next
Reported by: Mathieu Othacehe <m.othacehe <at> gmail.com>
Date: Mon, 24 Apr 2017 16:47:02 UTC
Severity: normal
Tags: patch
Done: Arun Isaac <arunisaac <at> systemreboot.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 26 Apr 2017 00:16:43 +0530
with message-id <fcc1ac2f.AEUAJa4mjGkAAAAAAAAAAAO4h4cAAAACwQwAAAAAAAW9WABY_5md <at> mailjet.com>
and subject line Re: bug#26640: [PATCH] gnu: cmst: Update to 2017.03.18.
has caused the debbugs.gnu.org bug report #26640,
regarding [PATCH] gnu: cmst: Update to 2017.03.18.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
26640: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26640
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/connman.scm (cmst): Update to 2017.03.18.
---
gnu/packages/connman.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/connman.scm b/gnu/packages/connman.scm
index 0fced0be7..5e00ffb4e 100644
--- a/gnu/packages/connman.scm
+++ b/gnu/packages/connman.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2016 Efraim Flashner <efraim <at> flashner.co.il>
-;;; Copyright © 2017 Mathieu OTHACEHE <m.othacehe <at> gmail.com>
+;;; Copyright © 2017 Mathieu Othacehe <m.othacehe <at> gmail.com>
;;; Copyright © 2017 Clément Lassieur <clement <at> lassieur.org>
;;;
;;; This file is part of GNU Guix.
@@ -135,7 +135,7 @@ sharing) to clients via USB, ethernet, WiFi, cellular and Bluetooth.")
(define-public cmst
(package
(name "cmst")
- (version "2016.10.03")
+ (version "2017.03.18")
(source
(origin
(method url-fetch)
@@ -143,7 +143,7 @@ sharing) to clients via USB, ethernet, WiFi, cellular and Bluetooth.")
"https://github.com/andrew-bibb/cmst/releases/download/cmst-"
version "/cmst-" version ".tar.gz"))
(sha256
- (base32 "1xpn4sqnxzpsjjwh9hva9sn55xlryiz2f2mwpyj2l31janj7a082"))))
+ (base32 "16g9byxr1rkmrnzi6sjplpmkr8h6pqj7418jz30czqviw5qlkqwl"))))
(inputs
`(("qt" ,qt)))
(native-inputs
--
2.12.2
[Message part 3 (message/rfc822, inline)]
I split your patch into two commits -- one for the cmst update, and
another for the email address name update. Pushed both! Thanks!
This bug report was last modified 8 years and 28 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.