kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.

commit d728d998b00a4197eec2be83deb504deec267837
Author: Tobias Geerinckx-Rice <[email protected]>
Date:   Sun Nov 10 00:27:43 2019 +0100

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

diff --git a/gnu/packages/fvwm.scm b/gnu/packages/fvwm.scm
index ad0720a..a1d3994 100644
--- a/gnu/packages/fvwm.scm
+++ b/gnu/packages/fvwm.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2015 Sou Bunnbu <[email protected]>
 ;;; Copyright © 2016 Efraim Flashner <[email protected]>
 ;;; Copyright © 2017 ng0 <[email protected]>
+;;; Copyright © 2019 Tobias Geerinckx-Rice <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -40,7 +41,7 @@
               (method url-fetch)
               (uri (string-append
                     "https://github.com/fvwmorg/fvwm/releases/download/";
-                    version "/" name "-" version ".tar.gz"))
+                    version "/fvwm-" version ".tar.gz"))
               (sha256
                (base32
                 "0hgkkdzcqjnaabvv9cnh0bz90nnjskbhjg9qnzpi2x0mbliwjdpv"))))

Reply via email to