mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: weechat: Switch to git source.
* gnu/packages/irc.scm (weechat)[source]: Use git-fetch. Change-Id: I031d494db1b7c273bc87d0bdb21ee51c2c3ae10b
This commit is contained in:
parent
f9c3a6dd2a
commit
f4831760a9
1 changed files with 6 additions and 4 deletions
|
@ -374,12 +374,14 @@ (define-public weechat
|
||||||
(name "weechat")
|
(name "weechat")
|
||||||
(version "4.4.4")
|
(version "4.4.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://weechat.org/files/src/weechat-"
|
(uri (git-reference
|
||||||
version ".tar.xz"))
|
(url "https://github.com/weechat/weechat")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xyhygldlxil0s7cab576jvikvmjgdxdrrml3vmc6sixiivbpx58"))))
|
"18v622ddgvqpplpa5jg25b9cqjzm8fk8saqhfmld2pgslaqgkcq4"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in a new issue