~ruther/guix-local

dce8ac54b4d3648b7b63ae3a07292f43ceddf5a8 — Leo Famulari 9 years ago cf8d068
gnu: profanity: Make the source URL version-agnostic.

* gnu/packages/messaging.scm (profanity)[source]: Use (version) in the source
URL.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/messaging.scm
M gnu/packages/messaging.scm => gnu/packages/messaging.scm +2 -1
@@ 1300,7 1300,8 @@ are both supported).")
        (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"))))