guix-commits
[Top][All Lists]
Advanced

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

12/16: gnu: enet: Don't use NAME in source URI.


From: guix-commits
Subject: 12/16: gnu: enet: Don't use NAME in source URI.
Date: Mon, 18 Feb 2019 12:07:30 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 9aed8a1e23d5f4c60a8c5bb671a1173068de394e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Feb 18 17:38:34 2019 +0100

    gnu: enet: Don't use NAME in source URI.
    
    * gnu/packages/networking.scm (enet)[source]: Hard-code NAME.
---
 gnu/packages/networking.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index c87867a..ab25301 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1208,7 +1208,7 @@ HTTP proxies.")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://enet.bespin.org/download/";
-                                  name "-" version ".tar.gz"))
+                                  "enet-" version ".tar.gz"))
               (sha256
                (base32
                 "0w780zc6cy8yq4cskpphx0f91lzh51vh9lwyc5ll8hhamdxgbxlq"))))



reply via email to

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