[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
90/124: gnu: faac: Correct source uri.
From: |
guix-commits |
Subject: |
90/124: gnu: faac: Correct source uri. |
Date: |
Sun, 5 Sep 2021 10:42:18 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit e7beb2a1d81b32c3cf4e5b38ce8613caf54a6f78
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Wed Apr 7 16:42:29 2021 -0400
gnu: faac: Correct source uri.
* gnu/packages/audio.scm (faac)[source]: Modify URI.
---
gnu/packages/audio.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 3d7d414..08d5d20 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -387,8 +387,8 @@ by MusicIP.")
(origin
(method url-fetch)
(uri
- (string-append "https://sourceforge.net/projects/faac/files/faac-src/"
- "faac-1.30/faac-1_30.tar.gz/download"))
+ (string-append "mirror://sourceforge/faac/faac-src"
+ "/faac-" version "/faac-1_30.tar.gz"))
(sha256
(base32 "1lmj0dib3mjp84jhxc5ddvydkzzhb0gfrdh3ikcidjlcb378ghxd"))))
(build-system gnu-build-system)
- 75/124: gnu: gtk+-2: Enable tests., (continued)
- 75/124: gnu: gtk+-2: Enable tests., guix-commits, 2021/09/05
- 77/124: gnu: gtk+-2: Update to 2.24.33., guix-commits, 2021/09/05
- 78/124: gnu: gtk+: Enable tests., guix-commits, 2021/09/05
- 56/124: gnu: atk: Update to 2.36.0., guix-commits, 2021/09/05
- 66/124: gnu: at-spi2-atk: Update home-page and license., guix-commits, 2021/09/05
- 68/124: gnu: json-glib: Enable documentation and man-pages., guix-commits, 2021/09/05
- 70/124: gnu: wayland: Update to 1.19.0., guix-commits, 2021/09/05
- 73/124: gnu: wayland-protocols: Update description., guix-commits, 2021/09/05
- 74/124: gnu: yelp-xsl: Enable documentation., guix-commits, 2021/09/05
- 76/124: gnu: gtk+-2: Add missing inputs and search-path., guix-commits, 2021/09/05
- 90/124: gnu: faac: Correct source uri.,
guix-commits <=
- 98/124: gnu: gst-plugins-bad: Update to 1.18.4., guix-commits, 2021/09/05
- 91/124: gnu: zbar: Update to 0.23.90., guix-commits, 2021/09/05
- 102/124: gnu: glib: Disable failing test., guix-commits, 2021/09/05
- 104/124: gnu: docbook-xsl: Update to 1.79.2., guix-commits, 2021/09/05
- 87/124: gnu: ibus: Enable tests., guix-commits, 2021/09/05
- 92/124: gnu: gstreamer: Update to 1.18.4., guix-commits, 2021/09/05
- 96/124: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/09/05
- 80/124: gnu: gtk+: Enable cloud-providers support., guix-commits, 2021/09/05
- 82/124: gnu: gtkmm: Update to 3.24.4., guix-commits, 2021/09/05
- 83/124: gnu: gtkmm-2: Fix build., guix-commits, 2021/09/05