Merge pull request #63404 from r-ryantm/auto-update/python3.7-xcffib

python37Packages.xcffib: 0.8.0 -> 0.8.1
This commit is contained in:
Mario Rodas
2019-06-18 18:00:00 -05:00
committed by GitHub

View File

@@ -7,12 +7,12 @@
}:
buildPythonPackage rec {
version = "0.8.0";
version = "0.8.1";
pname = "xcffib";
src = fetchPypi {
inherit pname version;
sha256 = "1lf5plgfi92ir6bsjyjb9yvqjbxzh2cag33c8jl435iaxmnh76f3";
sha256 = "03nf3xrqq25sj9phqc9ngvqxrrp14s4ifsx9hv41kp7zi3xamsfn";
};
patchPhase = ''