Merge pull request #19824 from NeQuissimus/httpstat_1_2_1

httpstat: 1.2.0 -> 1.2.1
This commit is contained in:
Graham Christensen 2016-10-24 19:16:20 -04:00 committed by GitHub
commit a95a5e48a9

View File

@ -3,12 +3,12 @@
pythonPackages.buildPythonPackage rec { pythonPackages.buildPythonPackage rec {
name = "${pname}-${version}"; name = "${pname}-${version}";
pname = "httpstat"; pname = "httpstat";
version = "1.2.0"; version = "1.2.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "reorx"; owner = "reorx";
repo = pname; repo = pname;
rev = "${version}"; rev = "${version}";
sha256 = "1zfbv3fz3g3wwvsgrcyrk2cp7pjhkpf7lmx57ry9b43c62gcd7yh"; sha256 = "1vriibcsq4j1hvm5yigbbmmv21dc40y5c9gvd31dg9qkaz26hml6";
}; };
doCheck = false; doCheck = false;
propagatedBuildInputs = [ ]; propagatedBuildInputs = [ ];