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>
This commit is contained in:
Ashish SHUKLA 2025-08-22 11:21:10 +02:00 committed by Ludovic Courtès
parent bc0e9a101d
commit 6f70e9235e
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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