guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: nghttp2: Don't use NAME in source URI.


From: guix-commits
Subject: 02/05: gnu: nghttp2: Don't use NAME in source URI.
Date: Wed, 11 Sep 2019 16:56:50 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 97e53dccc08541123b5f42a72036fc62f3dc1922
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Sep 11 20:03:49 2019 +0200

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

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index ad6f063..39475bd 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6386,7 +6386,7 @@ derivation by David Revoy from the original MonsterID by 
Andreas Gohr.")
        (method url-fetch)
        (uri (string-append "https://github.com/nghttp2/nghttp2/";
                            "releases/download/v" version "/"
-                           name "-" version ".tar.xz"))
+                           "nghttp2-" version ".tar.xz"))
        (sha256
         (base32
          "0fi6qg2w82636wixwkqy7bclpgxslmvg82r431hs8h6aqc4mnzwv"))))



reply via email to

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