mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: profanity: Make the source URL version-agnostic.
* gnu/packages/messaging.scm (profanity)[source]: Use (version) in the source URL.
This commit is contained in:
parent
cf8d068775
commit
dce8ac54b4
1 changed files with 2 additions and 1 deletions
|
@ -1300,7 +1300,8 @@ (define-public profanity
|
|||
(version "0.5.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri "http://www.profanity.im/profanity-0.5.1.tar.gz")
|
||||
(uri (string-append "http://www.profanity.im/profanity-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1f7ylw3mhhnii52mmk40hyc4kqhpvjdr3hmsplzkdhsfww9kflg3"))))
|
||||
|
|
Loading…
Reference in a new issue