python37Packages.cmd2: 1.0.0 -> 1.0.1

This commit is contained in:
R. RyanTM 2020-04-06 13:18:39 +00:00 committed by Matthieu Coudron
parent 2e5672920e
commit e5d683a375

View File

@ -6,11 +6,11 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "cmd2"; pname = "cmd2";
version = "1.0.0"; version = "1.0.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-GtSqmkWCHX/1t31sny3f2ek8uTS1oEMSM1rRXG9DuFI="; sha256 = "0fjwc095y97n3a7jxl9pk4h1i5hghas7y6zhgprl5lv5ixnicffk";
}; };
LC_ALL="en_US.UTF-8"; LC_ALL="en_US.UTF-8";
@ -54,7 +54,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Enhancements for standard library's cmd module"; description = "Enhancements for standard library's cmd module";
homepage = https://github.com/python-cmd2/cmd2; homepage = "https://github.com/python-cmd2/cmd2";
maintainers = with maintainers; [ teto ]; maintainers = with maintainers; [ teto ];
}; };
} }