guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: numactl: Don't use NAME in source URI.


From: guix-commits
Subject: 09/09: gnu: numactl: Don't use NAME in source URI.
Date: Fri, 30 Aug 2019 17:10:36 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1ec29dff3ab2bcf1cdc637590889c46592e10fe1
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Aug 30 21:13:00 2019 +0200

    gnu: numactl: Don't use NAME in source URI.
    
    * gnu/packages/linux.scm (numactl)[source]: Hard-code NAME.
---
 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 0ec5ada..0fd532b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2318,7 +2318,7 @@ compressed, transparent to other programs, without 
decompressing them.")
               (method url-fetch)
               (uri (string-append
                     "https://github.com/numactl/numactl/releases/download/v";
-                    version "/" name "-" version ".tar.gz"))
+                    version "/numactl-" version ".tar.gz"))
               (sha256
                (base32
                 "16lcypvcmx1ydkpi2s82kqhg13kak7qhpbnj8hd9bdbyhr5ja7lr"))))



reply via email to

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