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:
parent
53b55573a5
commit
616cfefc27
@ -8,11 +8,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pudb";
|
pname = "pudb";
|
||||||
version = "2016.2";
|
version = "2018.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0njhi49d9fxbwh5p8yjx8m3jlfyzfm00b5aff6bz473pn7vxfn79";
|
sha256 = "0vl7rbqyxa2vfa02dg7f5idf1j7awpfcj0dg46ks59xp8539g2wd";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ pygments urwid ];
|
propagatedBuildInputs = [ pygments urwid ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user