1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

python36Packages.pudb: 2016.2 -> 2018.1 (#48975)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-pudb/versions
This commit is contained in:
R. RyanTM 2018-10-24 03:25:02 -07:00 committed by xeji
parent 53b55573a5
commit 616cfefc27

View file

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "pudb";
version = "2016.2";
version = "2018.1";
src = fetchPypi {
inherit pname version;
sha256 = "0njhi49d9fxbwh5p8yjx8m3jlfyzfm00b5aff6bz473pn7vxfn79";
sha256 = "0vl7rbqyxa2vfa02dg7f5idf1j7awpfcj0dg46ks59xp8539g2wd";
};
propagatedBuildInputs = [ pygments urwid ];