[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: alsa-utils: Fix source URL.
From: |
guix-commits |
Subject: |
02/02: gnu: alsa-utils: 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 95d61e491c858979c6d602c00d88da13ec84c7e4
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Feb 24 15:20:46 2024 -0500
gnu: alsa-utils: Fix source URL.
* gnu/packages/linux.scm (alsa-utils) [source]: Fix source URL.
Change-Id: Ie54537eed484ae427e7af2d68eb9fb96bb858146
---
gnu/packages/linux.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 5f9d3ddd67..bc76e6f7a8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2934,12 +2934,13 @@ MIDI functionality to the Linux-based operating
system.")
(name "alsa-utils")
(version "1.2.11")
(source (origin
- (method url-fetch)
- (uri (string-append "ftp://ftp.alsa-project.org/pub/utils/"
- name "-" version ".tar.bz2"))
- (sha256
- (base32
- "19r8qi6b7sd2p1mhxfqrp18wrgjw5s6rp5ygimb1w59zi0xcmils"))))
+ (method url-fetch)
+ (uri (string-append
+ "https://www.alsa-project.org/files/pub/lib/"
+ name "-" version ".tar.bz2"))
+ (sha256
+ (base32
+ "19r8qi6b7sd2p1mhxfqrp18wrgjw5s6rp5ygimb1w59zi0xcmils"))))
(build-system gnu-build-system)
(arguments
(list