mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: libotr: Remove version 3.2.1.
* gnu/packages/messaging.scm (libotr-3): Remove variable.
This commit is contained in:
parent
89e58e8e8c
commit
5adb3a4db4
1 changed files with 0 additions and 10 deletions
|
@ -90,16 +90,6 @@ (define-public libotr
|
||||||
(home-page "https://otr.cypherpunks.ca/")
|
(home-page "https://otr.cypherpunks.ca/")
|
||||||
(license (list lgpl2.1 gpl2))))
|
(license (list lgpl2.1 gpl2))))
|
||||||
|
|
||||||
(define-public libotr-3
|
|
||||||
(package (inherit libotr)
|
|
||||||
(version "3.2.1")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "https://otr.cypherpunks.ca/libotr-"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "1x6dd4rh499hdraiqfhz81igrj0a5rs0gjhc8l4sljwqhjjyla6l"))))))
|
|
||||||
|
|
||||||
(define-public bitlbee
|
(define-public bitlbee
|
||||||
(package
|
(package
|
||||||
(name "bitlbee")
|
(name "bitlbee")
|
||||||
|
|
Loading…
Reference in a new issue