[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: libotr: Remove version 3.2.1.
From: |
Andreas Enge |
Subject: |
01/01: gnu: libotr: Remove version 3.2.1. |
Date: |
Wed, 09 Mar 2016 20:31:57 +0000 |
andreas pushed a commit to branch master
in repository guix.
commit 5adb3a4db4f75a3d9e8e469e9c9c97e9c6809bba
Author: Andreas Enge <address@hidden>
Date: Wed Mar 9 21:31:02 2016 +0100
gnu: libotr: Remove version 3.2.1.
* gnu/packages/messaging.scm (libotr-3): Remove variable.
---
gnu/packages/messaging.scm | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 6e1c474..64c57b1 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")