mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-editor: Update to 1.0.4.
* gnu/packages/python-xyz.scm (python-editor): Update to 1.0.4. [arguments]: New field. [home-page, synopsis]: Adjust indentation.
This commit is contained in:
parent
745041b59f
commit
baea210c04
1 changed files with 6 additions and 6 deletions
|
@ -9631,19 +9631,19 @@ ISO 8859, etc.).")
|
||||||
(define-public python-editor
|
(define-public python-editor
|
||||||
(package
|
(package
|
||||||
(name "python-editor")
|
(name "python-editor")
|
||||||
(version "0.5")
|
(version "1.0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "python-editor" version))
|
(uri (pypi-uri "python-editor" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ypnpgvzpkbwsg4rdvy4sy51j28b5xq9v8pnkwxncn07vqz06p7n"))))
|
"0yrjh8w72ivqxi4i7xsg5b1vz15x8fg51xra7c3bgfyxqnyadzai"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page
|
(arguments
|
||||||
"https://github.com/fmoo/python-editor")
|
'(#:tests? #f)) ;XXX: needs a TTY and an editor
|
||||||
(synopsis
|
(home-page "https://github.com/fmoo/python-editor")
|
||||||
"Programmatically open an editor, capture the result")
|
(synopsis "Programmatically open an editor, capture the result")
|
||||||
(description
|
(description
|
||||||
"python-editor is a library that provides the editor module for
|
"python-editor is a library that provides the editor module for
|
||||||
programmatically interfacing with your system's $EDITOR.")
|
programmatically interfacing with your system's $EDITOR.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue