[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: cmst: Update to 2020.11.01.
From: |
guix-commits |
Subject: |
branch master updated: gnu: cmst: Update to 2020.11.01. |
Date: |
Sat, 30 Jan 2021 17:52:01 -0500 |
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 <efraim@flashner.co.il>
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 <efraim@flashner.co.il>
+;;; Copyright © 2016, 2017, 2019, 2021 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: cmst: Update to 2020.11.01.,
guix-commits <=