guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/15: gnu: gpsd: Download using mirror uri.


From: guix-commits
Subject: 01/15: gnu: gpsd: Download using mirror uri.
Date: Sun, 9 Jul 2023 08:00:53 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 1bd6b91368b49cc2dde21f62b6e57e65fedea524
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jul 9 10:01:04 2023 +0300

    gnu: gpsd: Download using mirror uri.
    
    * gnu/packages/gps.scm (gpsd)[source]: Rewrite source uri to use
    download mirrors.
---
 gnu/packages/gps.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/gps.scm b/gnu/packages/gps.scm
index 34e9bed36e..cb4dde5cf9 100644
--- a/gnu/packages/gps.scm
+++ b/gnu/packages/gps.scm
@@ -214,8 +214,7 @@ such as elevation, speed, heart rate, power, temperature, 
and gear shifts.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://download-mirror.savannah.gnu.org";
-                           "/releases/gpsd/gpsd-" version ".tar.xz"))
+       (uri (string-append "mirror://savannah/gpsd/gpsd-" version ".tar.xz"))
        (sha256
         (base32 "1hd8b09is4gd73lpsdywxxdx11iijikmqgxd0y57pic3yxnlcb6a"))))
     (build-system scons-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]