pythonPackages.pycairo: 1.18.0 -> 1.18.1

https://pycairo.readthedocs.io/en/latest/changelog.html#v1-18-1
This commit is contained in:
worldofpeace 2019-04-24 10:51:39 -04:00
parent de76c1b962
commit 6be3f7f5ca

View File

@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "pycairo";
version = "1.18.0";
version = "1.18.1";
format = "other";
@ -12,7 +12,7 @@ buildPythonPackage rec {
owner = "pygobject";
repo = "pycairo";
rev = "v${version}";
sha256 = "0k266cf477j74v7mv0d4jxaq3wx8b7qa85qgh68cn094gzaasqd9";
sha256 = "0f4l7d1ibkk8xdspyv5zx8fah9z3x775bd91zirnp37vlgqds7xj";
};
nativeBuildInputs = [