[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/13: gnu: gajim-omemo: Make some cosmetic changes.
From: |
guix-commits |
Subject: |
10/13: gnu: gajim-omemo: Make some cosmetic changes. |
Date: |
Mon, 19 Oct 2020 18:25:23 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit 7c63d0e29f3b33719a2e581d07125a9d03a0ec88
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Thu Oct 15 17:06:01 2020 -0400
gnu: gajim-omemo: Make some cosmetic changes.
* gnu/packages/messaging.scm (gajim-omemo): Make some cosmetic changes.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
---
gnu/packages/messaging.scm | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index adbafb7..8487869 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -860,14 +860,15 @@ and OpenPGP) and available in 29 languages.")
(package
(name "gajim-omemo")
(version "2.7.7")
- (source (origin
- (method url-fetch/zipbomb)
- (uri (string-append
- "https://ftp.gajim.org/plugins_releases/omemo_"
- version ".zip"))
- (sha256
- (base32
- "17jl4blkq04ag3g0har6z1bmk36523d29s51g260wb1pywfb536h"))))
+ (source
+ (origin
+ (method url-fetch/zipbomb)
+ (uri
+ (string-append
+ "https://ftp.gajim.org/plugins_releases/omemo_"
+ version ".zip"))
+ (sha256
+ (base32 "17jl4blkq04ag3g0har6z1bmk36523d29s51g260wb1pywfb536h"))))
(build-system trivial-build-system)
(arguments
`(#:modules ((guix build utils))
@@ -882,13 +883,12 @@ and OpenPGP) and available in 29 languages.")
#t))))
(propagated-inputs
`(("python-axolotl" ,python-axolotl)))
+ (synopsis "Gajim OMEMO plugin")
+ (description "This package provides the Gajim OMEMO plugin. OMEMO is an
+XMPP Extension Protocol (XEP) for secure multi-client end-to-end encryption
+based on Axolotl and PEP.")
(home-page
"https://dev.gajim.org/gajim/gajim-plugins/-/wikis/OmemoGajimPlugin")
- (synopsis "Gajim OMEMO plugin")
- (description
- "This package provides the Gajim OMEMO plugin. OMEMO is an XMPP
-Extension Protocol (XEP) for secure multi-client end-to-end encryption based
-on Axolotl and PEP.")
(license license:gpl3+)))
(define-public dino
- branch master updated (223c447 -> 2cbda6d), guix-commits, 2020/10/19
- 02/13: gnu: Add gupnp-igd., guix-commits, 2020/10/19
- 03/13: gnu: Add farstream., guix-commits, 2020/10/19
- 01/13: gnu: libnice: Propagate gnutls., guix-commits, 2020/10/19
- 07/13: gnu: gajim: Make some cosmetic changes., guix-commits, 2020/10/19
- 08/13: gnu: gajim: Update to 1.2.2., guix-commits, 2020/10/19
- 10/13: gnu: gajim-omemo: Make some cosmetic changes.,
guix-commits <=
- 13/13: gnu: Add gajim-openpgp., guix-commits, 2020/10/19
- 04/13: gnu: python-nbxmpp: Make some cosmetic changes., guix-commits, 2020/10/19
- 05/13: gnu: python-nbxmpp: Update to 1.0.2., guix-commits, 2020/10/19
- 06/13: gnu: python-nbxmpp: Update synopsis and description., guix-commits, 2020/10/19
- 09/13: gnu: gajim: Update synopsis and description., guix-commits, 2020/10/19
- 12/13: gnu: gajim-omemo: Update description., guix-commits, 2020/10/19
- 11/13: gnu: gajim-omemo: Update to 2.7.9., guix-commits, 2020/10/19