1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

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