python37Packages.pathspec: 0.5.9 -> 0.6.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pathspec/versions
This commit is contained in:
R. RyanTM 2019-10-08 03:31:20 -07:00
parent 3dc58eda52
commit b22915beb3

View File

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "pathspec";
version = "0.5.9";
version = "0.6.0";
src = fetchPypi {
inherit pname version;
sha256 = "54a5eab895d89f342b52ba2bffe70930ef9f8d96e398cccf530d21fa0516a873";
sha256 = "0p7ab7jx3wgg7xdj2q8yk99cz3xv2a5p1r8q9kfylnvqn34cr1g2";
};
meta = {