python27Packages.fire: 0.3.0 -> 0.3.1

This commit is contained in:
R. RyanTM 2020-04-10 16:15:38 +00:00 committed by Jon
parent 4b011ce9ee
commit d1d7f86f6f

View File

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