nckx pushed a commit to branch master
in repository guix.

commit 99aa7a2d6f75eb74ee86350322b23b53ff6a2068
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sat Mar 7 01:36:18 2020 +0100

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8c93803..8ba57e1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8739,7 +8739,7 @@ only know by its Unicode name or code point.")
      (origin
        (method url-fetch)
        (uri (string-append "http://www.bennewitz.com/bluefish/stable/source/";
-                           name "-" version ".tar.gz"))
+                           "bluefish-" version ".tar.gz"))
        (sha256
         (base32
          "1jw4has7lbp77lqmzvnnjmqcf0lacjfnka873lkkwdyrpzc4c1q4"))))

Reply via email to