Merge pull request #75323 from r-ryantm/auto-update/python3.8-cmd2

python38Packages.cmd2: 0.9.20 -> 0.9.21
This commit is contained in:
Mario Rodas 2019-12-08 22:40:54 -05:00 committed by GitHub
commit e440653767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@
}:
buildPythonPackage rec {
pname = "cmd2";
version = "0.9.20";
version = "0.9.21";
src = fetchPypi {
inherit pname version;
sha256 = "0id8247m05xi26xbzg7jj1gcmy91p77wpbbj74v5543z2aplk8qv";
sha256 = "0pxxxhcxf4wzxvlh6jvw30pzgk1nsciq1qfxilpa8idv06jzx048";
};
LC_ALL="en_US.UTF-8";