guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: uhttpmock: Don't use NAME in source URI.


From: guix-commits
Subject: 02/04: gnu: uhttpmock: Don't use NAME in source URI.
Date: Thu, 21 May 2020 09:38:26 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c1ab9e881a0a5ba840ddb998dd7c60f6649f0f69
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Thu May 21 04:00:06 2020 +0200

    gnu: uhttpmock: Don't use NAME in source URI.
    
    * gnu/packages/web.scm (uhttpmock)[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 cf9bff8..0aaa5e8 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4676,7 +4676,7 @@ you'd expect.")
      (origin
        (method url-fetch)
        (uri (string-append "http://tecnocode.co.uk/downloads/uhttpmock/";
-                           name "-" version ".tar.xz"))
+                           "uhttpmock-" version ".tar.xz"))
        (sha256
         (base32 "0glyx07kxc3s3cx5vp30kfgscl9q6bghcq1zysfyxm24r0h6j58p"))))
     (build-system glib-or-gtk-build-system)



reply via email to

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