gnu: libotr: Remove version 3.2.1.

* gnu/packages/messaging.scm (libotr-3): Remove variable.
This commit is contained in:
Andreas Enge 2016-03-09 21:31:02 +01:00
parent 89e58e8e8c
commit 5adb3a4db4

View file

@ -90,16 +90,6 @@ (define-public libotr
(home-page "https://otr.cypherpunks.ca/")
(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
(package
(name "bitlbee")