[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: poezio: Update to 0.13.2.
From: |
guix-commits |
Subject: |
03/06: gnu: poezio: Update to 0.13.2. |
Date: |
Tue, 29 Mar 2022 06:07:00 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit ddfebdab86178af7e434a73a6dd9fab733522245
Author: jgart <jgart@dismail.de>
AuthorDate: Sat Mar 26 14:04:50 2022 -0400
gnu: poezio: Update to 0.13.2.
* gnu/packages/messaging.scm (poezio): Update to 0.13.2.
[arguments]: Remove trailing boolean and use new style.
[inputs]: Remove unused python input.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/messaging.scm | 20 +++++++++-----------
1 file changed, 9 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index f40c3a7e2c..2e1aa30ae9 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -466,7 +466,7 @@ TCP sessions from existing clients.")
(define-public poezio
(package
(name "poezio")
- (version "0.13.1")
+ (version "0.13.2")
(source
(origin
(method git-fetch)
@@ -478,17 +478,16 @@ TCP sessions from existing clients.")
(file-name
(git-file-name name version))
(sha256
- (base32 "041y61pcbdb86s04qwp8s1g6bp84yskc7vdizwpi2hz18y01x5fy"))))
+ (base32 "0p92k8ssjsgavyfv1fd5cgzyw87dmdd84vaz7zvfsf5crvpr1mkf"))))
(build-system python-build-system)
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'patch
- (lambda _
- (substitute* "setup.py"
- (("'CC', 'cc'")
- "'CC', 'gcc'"))
- #t)))))
+ (list #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'patch
+ (lambda _
+ (substitute* "setup.py"
+ (("'CC', 'cc'")
+ "'CC', 'gcc'")))))))
(native-inputs
(list pkg-config python-setuptools python-sphinx))
(inputs
@@ -498,7 +497,6 @@ TCP sessions from existing clients.")
python-pyasn1-modules
python-pygments
python-pyinotify
- ;("python" ,python)
python-qrcode
python-slixmpp))
(synopsis "Console Jabber/XMPP Client")
- branch master updated (779acb0ba1 -> 53b04339fe), guix-commits, 2022/03/29
- 02/06: gnu: openmpi: Update to 4.1.2, guix-commits, 2022/03/29
- 03/06: gnu: poezio: Update to 0.13.2.,
guix-commits <=
- 01/06: gnu: slurm: Install libpmi2., guix-commits, 2022/03/29
- 06/06: gnu: neovim: Update to 0.6.1., guix-commits, 2022/03/29
- 04/06: gnu: Add xfce4-dict., guix-commits, 2022/03/29
- 05/06: gnu: Add tree-sitter., guix-commits, 2022/03/29