Merge pull request #37223 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 {
pname = "mkdocs";
version = "0.17.2";
version = "0.17.3";
name = "${pname}-${version}";
src = fetchFromGitHub {
owner = "mkdocs";
repo = "mkdocs";
rev = version;
sha256 = "0hpjs9qj0nr57a249yv8xvl61d3d2rrdfqxp1fm28z77l2xjj772";
sha256 = "15lv60gdc837zja5kn2rfp78kwyb1ckc43jg01zfzqra4qz7b6rw";
};
checkInputs = [