mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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>
This commit is contained in:
parent
39b27a17ec
commit
ddfebdab86
1 changed files with 9 additions and 11 deletions
|
@ -466,7 +466,7 @@ (define-public meanwhile
|
|||
(define-public poezio
|
||||
(package
|
||||
(name "poezio")
|
||||
(version "0.13.1")
|
||||
(version "0.13.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -478,17 +478,16 @@ (define-public poezio
|
|||
(file-name
|
||||
(git-file-name name version))
|
||||
(sha256
|
||||
(base32 "041y61pcbdb86s04qwp8s1g6bp84yskc7vdizwpi2hz18y01x5fy"))))
|
||||
(base32 "0p92k8ssjsgavyfv1fd5cgzyw87dmdd84vaz7zvfsf5crvpr1mkf"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(list #:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch
|
||||
(lambda _
|
||||
(substitute* "setup.py"
|
||||
(("'CC', 'cc'")
|
||||
"'CC', 'gcc'"))
|
||||
#t)))))
|
||||
"'CC', 'gcc'")))))))
|
||||
(native-inputs
|
||||
(list pkg-config python-setuptools python-sphinx))
|
||||
(inputs
|
||||
|
@ -498,7 +497,6 @@ (define-public poezio
|
|||
python-pyasn1-modules
|
||||
python-pygments
|
||||
python-pyinotify
|
||||
;("python" ,python)
|
||||
python-qrcode
|
||||
python-slixmpp))
|
||||
(synopsis "Console Jabber/XMPP Client")
|
||||
|
|
Loading…
Reference in a new issue