1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

Merge pull request #84336 from r-ryantm/auto-update/python2.7-bpython

python27Packages.bpython: 0.18 -> 0.19
This commit is contained in:
Florian Klink 2020-04-05 13:50:22 +02:00 committed by GitHub
commit 40dcac87f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "bpython";
version = "0.18";
version = "0.19";
src = fetchPypi {
inherit pname version;
sha256 = "56cc20dbe568c98c81de4990fddf5862c0d8d3ab0ad1cf7057988abc5f7686c2";
sha256 = "1764ikgj24jjq46s50apwkydqvy5a13adb2nbszk8kbci6df0v27";
};
propagatedBuildInputs = [ curtsies greenlet pygments requests urwid ];