gnu: bitlbee: Update to 3.6.
* gnu/packages/messaging.scm (bitlbee): Update to 3.6.
This commit is contained in:
parent
2a84b55041
commit
f9ea47a978
1 changed files with 2 additions and 2 deletions
|
@ -173,13 +173,13 @@ (define-public libsignal-protocol-c
|
|||
(define-public bitlbee
|
||||
(package
|
||||
(name "bitlbee")
|
||||
(version "3.5.1")
|
||||
(version "3.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://get.bitlbee.org/src/bitlbee-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0sgsn0fv41rga46mih3fyv65cvfa6rvki8x92dn7bczbi7yxfdln"))))
|
||||
(base32 "0zhhcbcr59sx9h4maf8zamzv2waya7sbsl7w74gbyilvy93dw5cz"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs `(("pkg-config" ,pkg-config)
|
||||
;; Note: Change to 'check' for versions > 3.6.
|
||||
|
|
Loading…
Reference in a new issue