[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: alsa-lib: Fix source URL.
From: |
guix-commits |
Subject: |
01/02: gnu: alsa-lib: Fix source URL. |
Date: |
Sat, 24 Feb 2024 16:25:06 -0500 (EST) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit afa013ca91ae1ce6d7207606db728b0177b8ae43
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Feb 24 15:12:30 2024 -0500
gnu: alsa-lib: Fix source URL.
* gnu/packages/linux.scm (alsa-lib) [source]: Fix source URL.
Change-Id: If30c9040ee5cee1e3df933f1fdbb5806f1608fc2
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 0c277bd82a..5f9d3ddd67 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2889,8 +2889,8 @@ configuration files that can be used for specific audio
hardware.")
(source (origin
(method url-fetch)
(uri (string-append
- "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-"
- version ".tar.bz2"))
+ "https://www.alsa-project.org/files/pub/lib/"
+ name "-" version ".tar.bz2"))
(sha256
(base32
"0kdvjlknc50fwfdkxj0z12xbz21skb3gnwlh6lvsvycmp5ljygwz"))))