python: pathspec: 0.5.5 -> 0.5.6

This commit is contained in:
Frederik Rietdijk 2018-04-08 08:33:56 +02:00
parent 50ae6e3531
commit c705acef6e

View File

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "pathspec";
version = "0.5.5";
version = "0.5.6";
name = "${pname}-${version}";
src = fetchPypi {
inherit pname version;
sha256 = "72c495d1bbe76674219e307f6d1c6062f2e1b0b483a5e4886435127d0df3d0d3";
sha256 = "be664567cf96a718a68b33329862d1e6f6803ef9c48a6e2636265806cfceb29d";
};
meta = {