[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: libqmi: Don't use NAME in source URI.
From: |
guix-commits |
Subject: |
05/08: gnu: libqmi: Don't use NAME in source URI. |
Date: |
Fri, 1 Mar 2019 11:32:17 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 6c5101f8b6d365fb03716f5a487a0e17cbb0307a
Author: Marius Bakke <address@hidden>
Date: Fri Mar 1 16:46:28 2019 +0100
gnu: libqmi: Don't use NAME in source URI.
* gnu/packages/freedesktop.scm (libqmi)[source](uri): Hard-code NAME.
---
gnu/packages/freedesktop.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 7c497cc..72f75b2 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -768,8 +768,8 @@ which speak the Mobile Interface Broadband Model (MBIM)
protocol.")
(source (origin
(method url-fetch)
(uri (string-append
- "https://www.freedesktop.org/software/" name "/"
- name "-" version ".tar.xz"))
+ "https://www.freedesktop.org/software/libqmi/"
+ "libqmi-" version ".tar.xz"))
(sha256
(base32
"05xamy608mhvmw9zbnv9n8w3xpk96n10v5mixnvpnqgih6s9ih91"))))
- branch master updated (a27ca96 -> 81bb554), guix-commits, 2019/03/01
- 02/08: gnu: efibootmgr: Remove obsolete configure flag., guix-commits, 2019/03/01
- 05/08: gnu: libqmi: Don't use NAME in source URI.,
guix-commits <=
- 01/08: gnu: efibootmgr: Don't use NAME in source URI., guix-commits, 2019/03/01
- 03/08: gnu: OpenSSL: Update to 1.1.1b., guix-commits, 2019/03/01
- 07/08: gnu: re2: Update to 2019-03-01., guix-commits, 2019/03/01
- 06/08: gnu: libqmi: Update to 1.22.2., guix-commits, 2019/03/01
- 08/08: gnu: libssh: Update to 0.8.7., guix-commits, 2019/03/01
- 04/08: gnu: python-cryptography: Update to 2.6.1., guix-commits, 2019/03/01