diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2026-03-26 17:11:13 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-28 13:47:41 +0000 |
| commit | 3aaf965ecef554b3c7c721a14633ae370c4354bb (patch) | |
| tree | 48a0bf6c3d4043ff36f1c5eea0e21a50d6bed4ae /gnu | |
| parent | 3b67d6e294f717983093e75e9e98dccb23d79144 (diff) | |
gnu: profanity: Update to 0.17.0
* gnu/packages/messaging.scm (profanity): Update to 0.17.0.
[source]: Switch to git upstream.
Merges: https://codeberg.org/guix/guix/pulls/7501
Change-Id: I4ccc0e1db8504438b9e3d98ebdd7fc95ac667f3f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/messaging.scm | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index e1977a28b93..3838d5a5cf4 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -2096,16 +2096,18 @@ are both supported).") (define-public profanity (package (name "profanity") - (version "0.16.0") + (version "0.17.0") (source (origin - (method url-fetch) + (method git-fetch) (uri - (string-append "https://github.com/profanity-im/profanity/releases/download/" version - "/profanity-" version ".tar.gz")) + (git-reference + (url "https://github.com/profanity-im/profanity") + (commit version))) + (file-name (git-file-name name version)) (sha256 (base32 - "0w3apmkjx3q4yyrny8mzcwz0cwgrrsqn8ay1y5rr2afdh6h3cbhz")))) + "0d3srcw23qhkzal76maqyq0sr5hbblsd06hdgpcy0l34hh0z4zi0")))) (build-system glib-or-gtk-build-system) (arguments (list |
