mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
bc0e9a101d
commit
6f70e9235e
1 changed files with 4 additions and 4 deletions
|
@ -2268,16 +2268,16 @@ are both supported).")
|
||||||
(define-public profanity
|
(define-public profanity
|
||||||
(package
|
(package
|
||||||
(name "profanity")
|
(name "profanity")
|
||||||
(version "0.15.0")
|
(version "0.15.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
(string-append "https://profanity-im.github.io/tarballs/profanity-"
|
(string-append "https://github.com/profanity-im/profanity/releases/download/" version
|
||||||
version ".tar.gz"))
|
"/profanity-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1yy7x9ycqg6c65k66z47p8mvj48qc0pa4as1lk1agj8ffn7mg7sa"))))
|
"0163zs1070yhfsxzfknwagjbqi6jppwb117kqlggsy51ka28mqn1"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue