From 5adb3a4db4f75a3d9e8e469e9c9c97e9c6809bba Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Wed, 9 Mar 2016 21:31:02 +0100 Subject: gnu: libotr: Remove version 3.2.1. * gnu/packages/messaging.scm (libotr-3): Remove variable. --- gnu/packages/messaging.scm | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 6e1c474876..64c57b12eb 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -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") -- cgit v1.2.3