[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: bpython: Update to 0.18.
From: |
guix-commits |
Subject: |
05/08: gnu: bpython: Update to 0.18. |
Date: |
Sun, 20 Oct 2019 20:23:45 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 4de93b2fbcfce7cd7d381c36d0059d5b018e69f6
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Oct 21 01:22:29 2019 +0200
gnu: bpython: Update to 0.18.
* gnu/packages/python-xyz.scm (bpython): Update to 0.18.
---
gnu/packages/python-xyz.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e81a6b8..fefd3f6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14854,14 +14854,13 @@ Included are implementations of:
(define-public bpython
(package
(name "bpython")
- (version "0.17.1")
+ (version "0.18")
(source
(origin
(method url-fetch)
(uri (pypi-uri "bpython" version))
(sha256
- (base32
- "0bxhxi5zxdkrf8b4gwn0d363kdz3qnypjwhm1aydki53ph8ca1w9"))))
+ (base32 "1hl6frgvr2lqaxqczl8amg9xih32b3gzv429vs0qrjb8wpdj1k2n"))))
(build-system python-build-system)
(arguments
`(#:phases
@@ -14884,10 +14883,10 @@ Included are implementations of:
(propagated-inputs
`(("python-pygments" ,python-pygments)
("python-requests" ,python-requests)
- ("python-babel" ,python-babel) ; optional, for internationalization
+ ("python-babel" ,python-babel) ; optional, for internationalization
("python-curtsies" ,python-curtsies) ; >= 0.1.18
("python-greenlet" ,python-greenlet)
- ("python-urwid" ,python-urwid) ; for bpython-urwid only
+ ("python-urwid" ,python-urwid) ; for bpython-urwid only
("python-six" ,python-six)))
(native-inputs
`(("python-sphinx" ,python-sphinx)
- branch master updated (7373eb8 -> 776aa52), guix-commits, 2019/10/20
- 05/08: gnu: bpython: Update to 0.18.,
guix-commits <=
- 06/08: gnu: snakemake: Update to 5.7.1., guix-commits, 2019/10/20
- 04/08: gnu: libdv: Don't use NAME in source URI., guix-commits, 2019/10/20
- 07/08: gnu: snakemake: Order inputs alphabetically., guix-commits, 2019/10/20
- 08/08: gnu: Remove snakemake@4., guix-commits, 2019/10/20
- 03/08: gnu: arc-theme: Update to 20190917., guix-commits, 2019/10/20
- 01/08: gnu: r-colorout: Update to 1.2-2., guix-commits, 2019/10/20
- 02/08: gnu: r-colorout: Don't use unstable tarball., guix-commits, 2019/10/20