This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ed55728  gnu: cmst: Update to 2020.11.01.
ed55728 is described below

commit ed5572876b89e93ed4eb24c6bcfd3057b83acfa7
Author: Efraim Flashner <[email protected]>
AuthorDate: Sun Jan 31 00:50:43 2021 +0200

    gnu: cmst: Update to 2020.11.01.
    
    * gnu/packages/connman.scm (cmst): Update to 2020.11.01.
---
 gnu/packages/connman.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/connman.scm b/gnu/packages/connman.scm
index 5f17a0e..1331c84 100644
--- a/gnu/packages/connman.scm
+++ b/gnu/packages/connman.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2016, 2017, 2019 Efraim Flashner <[email protected]>
+;;; Copyright © 2016, 2017, 2019, 2021 Efraim Flashner <[email protected]>
 ;;; Copyright © 2017 Mathieu Othacehe <[email protected]>
 ;;; Copyright © 2017 Clément Lassieur <[email protected]>
 ;;; Copyright © 2017 Ricardo Wurmus <[email protected]>
@@ -138,15 +138,15 @@ sharing) to clients via USB, ethernet, WiFi, cellular and 
Bluetooth.")
 (define-public cmst
   (package
     (name "cmst")
-    (version "2019.01.13")
+    (version "2020.11.01")
     (source
      (origin
        (method url-fetch)
        (uri (string-append
-             "https://github.com/andrew-bibb/cmst/releases/download/cmst-";
+             "https://github.com/andrew-bibb/cmst/releases/download/";
              version "/cmst-" version ".tar.xz"))
        (sha256
-        (base32 "1cn6xz2rpkf5kx5d6p2x2lh85zppjacp59l6gj3n6x12p90al1vl"))))
+        (base32 "0jn12wxwjznady6aniwmvahg1dj25p902sdwj0070biv6vx5c7dq"))))
     (inputs
      `(("qtbase" ,qtbase)))
     (native-inputs

Reply via email to