httpstat: 1.2.0 -> 1.2.1

This commit is contained in:
Tim Steinbach 2016-10-24 10:13:40 -04:00
parent 3d5630fac9
commit ca74b4e8c7
No known key found for this signature in database
GPG Key ID: 83FF2ACAEB6C2D24

View File

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