me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/fvwm.scm (fvwm)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-11-10 00:27:43 +01:00
parent 708f27fa9c
commit 373b3c28a6
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2017 ng0 <ng0@n0.is>
;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; 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"))))