3
0
Fork 0
forked from mirrors/nixpkgs

python37Packages.cmd2: 0.9.15 -> 0.9.16

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.7-cmd2/versions
This commit is contained in:
R. RyanTM 2019-08-19 22:42:07 -07:00 committed by Matthieu Coudron
parent 3b205ad3a7
commit 8665cc4f20

View file

@ -6,11 +6,11 @@
}:
buildPythonPackage rec {
pname = "cmd2";
version = "0.9.15";
version = "0.9.16";
src = fetchPypi {
inherit pname version;
sha256 = "0k3y3czpabw173vhqg523l2r804jj08986wlz6vyh224zr0ngggw";
sha256 = "0ggvh38mc1kkrlqdicjz5a16j5v6f6z0nwmcvv8i3y5gaffkfy2b";
};
LC_ALL="en_US.UTF-8";