gitAndTools.pre-commit: 1.14.2 -> 1.14.4

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pre-commit/versions
This commit is contained in:
R. RyanTM 2019-03-11 11:51:54 -07:00
parent 213d6dd6ac
commit e954144fab

@ -1,12 +1,12 @@
{ stdenv, python3Packages }:
with python3Packages; buildPythonApplication rec {
pname = "pre-commit";
version = "1.14.2";
version = "1.14.4";
src = fetchPypi {
inherit version;
pname = "pre_commit";
sha256 = "010fwih91gbc20hm2hmkyicm2a2xwrjjg4r4wv24x3n7zn4abdrc";
sha256 = "1ly40348x9lkzsr7a9grkn7m8m6lhfsv0ihlnp288xbvmrirrmnk";
};
propagatedBuildInputs = [