python27Packages.fire: 0.2.1 -> 0.3.0

This commit is contained in:
R. RyanTM 2020-03-27 22:35:13 +00:00
parent 0bfd0187da
commit 2a491a53c3

View File

@ -3,13 +3,13 @@
buildPythonPackage rec {
pname = "fire";
version = "0.2.1";
version = "0.3.0";
src = fetchFromGitHub {
owner = "google";
repo = "python-fire";
rev = "v${version}";
sha256 = "1r6cmihafd7mb6j3mvgk251my6ckb0sqqj1l2ny2azklv175b38a";
sha256 = "1jwf1qv9xmr1c8nyvwqn02329vzyh9py4slx13n55ms8h1n998nr";
};
propagatedBuildInputs = [ six termcolor ] ++ stdenv.lib.optional isPy27 enum34;