summaryrefslogtreecommitdiff
path: root/website/www/download.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-05-14 11:34:22 +0200
committerLudovic Courtès <ludo@gnu.org>2015-05-14 14:08:38 +0200
commit59317009b7965f26e0df9835157ed610951fc03b (patch)
tree817da6109df486963573301d0aaf2b9b86d2369d /website/www/download.scm
parent31dadce2147b5cb9719e73d756af26859e356dcf (diff)
downloadguix-artwork-59317009b7965f26e0df9835157ed610951fc03b.tar
guix-artwork-59317009b7965f26e0df9835157ed610951fc03b.tar.gz
Revert "website: download: Temporarily downgrade to 0.8.1."
This reverts commit 92e4689c0b5fe2a85e5aea2fe67a8d3eaf7dc771.
Diffstat (limited to 'website/www/download.scm')
-rw-r--r--website/www/download.scm28
1 files changed, 13 insertions, 15 deletions
diff --git a/website/www/download.scm b/website/www/download.scm
index c746d4d..7c7b5e5 100644
--- a/website/www/download.scm
+++ b/website/www/download.scm
@@ -83,27 +83,25 @@ Linux-based system.")
(latest-guix-version)
" (" arch ")")
#:file (string-append
- ;; TODO: Adjust for 0.8.2.
- "gsd-usb-install-"
+ "guixsd-usb-install-"
(latest-guix-version)
"." arch "-linux.xz")
#:description %usb-image-description
#:manual %usb-image-manual
#:image %guixsd-image))
'("x86_64" "i686"))
- ;; TODO: Reinstate for 0.8.2.
- ;; ,@(map (lambda (arch)
- ;; (summary-box (string-append "GNU Guix "
- ;; (latest-guix-version)
- ;; " Binary (" arch ")")
- ;; #:file (string-append
- ;; "guix-binary-"
- ;; (latest-guix-version)
- ;; "." arch "-linux.tar.xz")
- ;; #:description %binary-tarball-description
- ;; #:manual %binary-tarball-manual
- ;; #:image %guix-image))
- ;; '("x86_64" "i686" "mips64el" "armhf"))
+ ,@(map (lambda (arch)
+ (summary-box (string-append "GNU Guix "
+ (latest-guix-version)
+ " Binary (" arch ")")
+ #:file (string-append
+ "guix-binary-"
+ (latest-guix-version)
+ "." arch "-linux.tar.xz")
+ #:description %binary-tarball-description
+ #:manual %binary-tarball-manual
+ #:image %guix-image))
+ '("x86_64" "i686" "mips64el" "armhf"))
,(summary-box (string-append "GNU Guix "
(latest-guix-version)
" Source")