summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/bpython
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-10-24 08:47:26 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-10-27 15:29:12 +0100
commitaeb63f40dd11157dc41f1f773abafe6f2666ac16 (patch)
tree1c2d68f750d5198dd7944d555ab6801f95e535b8 /pkgs/development/python-modules/bpython
parentc9a35c5e7061577ce104ad6bef6723412cf53833 (diff)
python: bpython: 0.17.1 -> 0.18
Diffstat (limited to 'pkgs/development/python-modules/bpython')
-rw-r--r--pkgs/development/python-modules/bpython/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/bpython/default.nix b/pkgs/development/python-modules/bpython/default.nix
index c1d9a1a8f82f..a828b00822cb 100644
--- a/pkgs/development/python-modules/bpython/default.nix
+++ b/pkgs/development/python-modules/bpython/default.nix
@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "bpython";
- version = "0.17.1";
+ version = "0.18";
src = fetchPypi {
inherit pname version;
- sha256 = "8907c510bca3c4d9bc0a157279bdc5e3b739cc68c0f247167279b6fe4becb02f";
+ sha256 = "56cc20dbe568c98c81de4990fddf5862c0d8d3ab0ad1cf7057988abc5f7686c2";
};
propagatedBuildInputs = [ curtsies greenlet pygments requests urwid ];