me
/
guix
Archived
1
0
Fork 0

gnu: profanity: Make the source URL version-agnostic.

* gnu/packages/messaging.scm (profanity)[source]: Use (version) in the source
URL.
master
Leo Famulari 2017-03-15 17:18:47 -04:00
parent cf8d068775
commit dce8ac54b4
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 1 deletions

View File

@ -1300,7 +1300,8 @@ are both supported).")
(version "0.5.1") (version "0.5.1")
(source (origin (source (origin
(method url-fetch) (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 (sha256
(base32 (base32
"1f7ylw3mhhnii52mmk40hyc4kqhpvjdr3hmsplzkdhsfww9kflg3")))) "1f7ylw3mhhnii52mmk40hyc4kqhpvjdr3hmsplzkdhsfww9kflg3"))))