~ruther/guix-local

6f70e9235e7df16881cf902654bfc2ca4faefa4e — Ashish SHUKLA 7 months ago bc0e9a1
gnu: profanity: Update to 0.15.1.

* gnu/packages/messaging.scm (profanity): Update to 0.15.1.
[source]: Switch to a URL in GitHub releases.

Change-Id: I272572dc89ed1aa1bc0bacf6bc2ceffec0badb65
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1 files changed, 4 insertions(+), 4 deletions(-)

M gnu/packages/messaging.scm
M gnu/packages/messaging.scm => gnu/packages/messaging.scm +4 -4
@@ 2268,16 2268,16 @@ are both supported).")
(define-public profanity
  (package
    (name "profanity")
    (version "0.15.0")
    (version "0.15.1")
    (source
     (origin
       (method url-fetch)
       (uri
        (string-append "https://profanity-im.github.io/tarballs/profanity-"
                       version ".tar.gz"))
        (string-append "https://github.com/profanity-im/profanity/releases/download/" version
                       "/profanity-" version ".tar.gz"))
       (sha256
        (base32
         "1yy7x9ycqg6c65k66z47p8mvj48qc0pa4as1lk1agj8ffn7mg7sa"))))
         "0163zs1070yhfsxzfknwagjbqi6jppwb117kqlggsy51ka28mqn1"))))
    (build-system glib-or-gtk-build-system)
    (arguments
     (list