* gnu/packages/messaging.scm (poezio): Update to 0.13.2.
[arguments]: Remove trailing boolean and use new style.
[inputs]: Remove unused python input.
gnu/packages/messaging.scm | 20 +++++++++-----------
1 file changed, 9 insertions(+), 11 deletions(-)
Toggle diff (49 lines)
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 @@ (define-public meanwhile
@@ -478,17 +478,16 @@ (define-public poezio
(git-file-name name version))
- (base32 "041y61pcbdb86s04qwp8s1g6bp84yskc7vdizwpi2hz18y01x5fy"))))
+ (base32 "0p92k8ssjsgavyfv1fd5cgzyw87dmdd84vaz7zvfsf5crvpr1mkf"))))
(build-system python-build-system)
- (modify-phases %standard-phases
- (add-after 'unpack 'patch
- (substitute* "setup.py"
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'patch
+ (substitute* "setup.py"
(list pkg-config python-setuptools python-sphinx))
@@ -498,7 +497,6 @@ (define-public poezio
(synopsis "Console Jabber/XMPP Client")