Merge pull request #60728 from r-ryantm/auto-update/python3.7-pudb

python37Packages.pudb: 2018.1 -> 2019.1
This commit is contained in:
Mario Rodas 2019-05-05 09:59:15 -05:00 committed by GitHub
commit 632ff9ccd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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