[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated: gnu: alsa-utils: Fix source URL.
From: |
guix-commits |
Subject: |
branch core-updates updated: gnu: alsa-utils: Fix source URL. |
Date: |
Wed, 13 Mar 2024 13:45:37 -0400 |
This is an automated email from the git hooks/post-receive script.
apteryx pushed a commit to branch core-updates
in repository guix.
The following commit(s) were added to refs/heads/core-updates by this push:
new 8b1468ba71 gnu: alsa-utils: Fix source URL.
8b1468ba71 is described below
commit 8b1468ba719936939e9ed48162ee20e932c0ff9a
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Mar 13 13:38:06 2024 -0400
gnu: alsa-utils: Fix source URL.
* gnu/packages/linux.scm (alsa-utils) [source]: Fix URL.
Change-Id: I301319a5b204836ae5f4b7cea471c923ac04bb97
---
gnu/packages/linux.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 0ff84a4eb8..6d4f3ebc67 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2949,7 +2949,7 @@ MIDI functionality to the Linux-based operating system.")
(source (origin
(method url-fetch)
(uri (string-append
- "https://www.alsa-project.org/files/pub/lib/"
+ "https://www.alsa-project.org/files/pub/utils/"
name "-" version ".tar.bz2"))
(sha256
(base32
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch core-updates updated: gnu: alsa-utils: Fix source URL.,
guix-commits <=