python3Packages.cmd2: 0.9.25 -> 1.0.0

https://github.com/python-cmd2/cmd2/releases/tag/1.0.0
This commit is contained in:
Matthieu Coudron 2020-03-03 23:07:51 +01:00
parent 42f0be81ae
commit 3569b327c0

View File

@ -6,11 +6,11 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "cmd2"; pname = "cmd2";
version = "0.9.25"; version = "1.0.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0w5jh2lanqxsva9fr9p07mmbd5w4v6zmhf6lr0awksvhjx77lhdc"; sha256 = "sha256-GtSqmkWCHX/1t31sny3f2ek8uTS1oEMSM1rRXG9DuFI=";
}; };
LC_ALL="en_US.UTF-8"; LC_ALL="en_US.UTF-8";