guix-commits
[Top][All Lists]
Advanced

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

149/182: gnu: fvwm: Don't use NAME in source URI.


From: guix-commits
Subject: 149/182: gnu: fvwm: Don't use NAME in source URI.
Date: Fri, 15 Nov 2019 00:02:00 -0500 (EST)

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

commit d728d998b00a4197eec2be83deb504deec267837
Author: Tobias Geerinckx-Rice <address@hidden>
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 <address@hidden>
 ;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;; Copyright © 2017 ng0 <address@hidden>
+;;; Copyright © 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; 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

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