~ruther/guix-local

5adb3a4db4f75a3d9e8e469e9c9c97e9c6809bba — Andreas Enge 10 years ago 89e58e8
gnu: libotr: Remove version 3.2.1.

* gnu/packages/messaging.scm (libotr-3): Remove variable.
1 files changed, 0 insertions(+), 10 deletions(-)

M gnu/packages/messaging.scm
M gnu/packages/messaging.scm => gnu/packages/messaging.scm +0 -10
@@ 90,16 90,6 @@ keys, no previous conversation is compromised.")
    (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")