Merge pull request from ryantm/auto-update/mkdocs

mkdocs: 0.17.2 -> 0.17.3
This commit is contained in:
Jörg Thalheim 2018-03-18 10:55:15 +00:00 committed by GitHub
commit da3447644c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,14 +4,14 @@ with python.pkgs;
buildPythonApplication rec { buildPythonApplication rec {
pname = "mkdocs"; pname = "mkdocs";
version = "0.17.2"; version = "0.17.3";
name = "${pname}-${version}"; name = "${pname}-${version}";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mkdocs"; owner = "mkdocs";
repo = "mkdocs"; repo = "mkdocs";
rev = version; rev = version;
sha256 = "0hpjs9qj0nr57a249yv8xvl61d3d2rrdfqxp1fm28z77l2xjj772"; sha256 = "15lv60gdc837zja5kn2rfp78kwyb1ckc43jg01zfzqra4qz7b6rw";
}; };
checkInputs = [ checkInputs = [