mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: weechat: Update to 1.7.1.
* gnu/packages/irc.scm (weechat): Update to 1.7.1. [source, home-page]: Use HTTPS.
This commit is contained in:
parent
d65db1d55d
commit
10b91ccaaa
1 changed files with 4 additions and 4 deletions
|
@ -142,14 +142,14 @@ SILC and ICB protocols via plugins.")
|
||||||
(define-public weechat
|
(define-public weechat
|
||||||
(package
|
(package
|
||||||
(name "weechat")
|
(name "weechat")
|
||||||
(version "1.7")
|
(version "1.7.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://weechat.org/files/src/weechat-"
|
(uri (string-append "https://weechat.org/files/src/weechat-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1crdwlxj5liik32svflfac0s87vm6p8xm208yndigzsbg8rli4sr"))
|
"0c0waxrxq2v0r7981y1ajh9k78jfl223smwrj4v9c5z27iwh8ziz"))
|
||||||
(patches (search-patches "weechat-python.patch"))))
|
(patches (search-patches "weechat-python.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("autoconf" ,autoconf)
|
(native-inputs `(("autoconf" ,autoconf)
|
||||||
|
@ -197,7 +197,7 @@ Qt, Android, and Emacs.
|
||||||
|
|
||||||
Everything in WeeChat can be done with the keyboard, though it also supports
|
Everything in WeeChat can be done with the keyboard, though it also supports
|
||||||
using a mouse. It is customizable and extensible with plugins and scripts.")
|
using a mouse. It is customizable and extensible with plugins and scripts.")
|
||||||
(home-page "http://www.weechat.org/")
|
(home-page "https://www.weechat.org/")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public ircii
|
(define-public ircii
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue