[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/10: gnu: ptpython: Update to 3.0.20.
From: |
guix-commits |
Subject: |
07/10: gnu: ptpython: Update to 3.0.20. |
Date: |
Sat, 22 Oct 2022 08:03:00 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 2e7ac367346cfbd2f0c4c73d25db6905556bacb7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 16 02:00:01 2022 +0200
gnu: ptpython: Update to 3.0.20.
* gnu/packages/python-xyz.scm (ptpython): Update to 3.0.20.
---
gnu/packages/python-xyz.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e58371eb60..fe57e60433 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17724,13 +17724,13 @@ as well.")
(define-public ptpython
(package
(name "ptpython")
- (version "3.0.17")
+ (version "3.0.20")
(source (origin
(method url-fetch)
(uri (pypi-uri "ptpython" version))
(sha256
(base32
- "1phk1grcvn456igjg8gwjjg8bf4kszddq5nd5sdlz3hslg62a7ci"))))
+ "1mjfyr5gwrs1qbizh6nki0nv6hahmg8mhhqxi1qc6pfa4znlrzga"))))
(build-system python-build-system)
(arguments
`(#:tests? #f)) ;there are no tests
@@ -17741,9 +17741,9 @@ as well.")
(synopsis "Python Read-Eval-Print-Loop with nice IDE-like features")
(description
"ptpython is a Python read-eval-print loop with IDE-like features.
- It supports syntax highlighting, multiline editing, autocompletion, mouse,
- color schemes, bracketed paste, Vi and Emacs keybindings, Chinese
characters
- etc.")
+It supports syntax highlighting, multiline editing, autocompletion, mouse,
+color schemes, bracketed paste, Vi and Emacs keybindings, Chinese characters
+etc.")
(license license:bsd-3)))
(define-public python-easyprocess
- branch master updated (7513cc6dd9 -> 8cfcb3b043), guix-commits, 2022/10/22
- 05/10: gnu: minixml: Use G-expressions., guix-commits, 2022/10/22
- 07/10: gnu: ptpython: Update to 3.0.20.,
guix-commits <=
- 02/10: gnu: libxp: Update to 1.0.4., guix-commits, 2022/10/22
- 01/10: gnu: bcachefs-tools: Update to 0.1-15.494421e., guix-commits, 2022/10/22
- 09/10: gnu: openssh: Update to 9.1p1., guix-commits, 2022/10/22
- 06/10: gnu: qtractor: Update to 0.9.29., guix-commits, 2022/10/22
- 04/10: gnu: minixml: Update to 3.3.1., guix-commits, 2022/10/22
- 03/10: gnu: libebml: Update to 1.4.4., guix-commits, 2022/10/22
- 08/10: gnu: binwalk: Update to 2.3.3., guix-commits, 2022/10/22
- 10/10: gnu: claws-mail: Update to 4.1.1., guix-commits, 2022/10/22