python: pgspecial: 1.11.8 -> 1.11.9

This commit is contained in:
Frederik Rietdijk 2019-12-10 19:07:40 +01:00
parent 014a19b1ab
commit aa7e7a00c5

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pgspecial"; pname = "pgspecial";
version = "1.11.8"; version = "1.11.9";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "8c53fa2b2490fa9ec34ede4eafff8ddbe8bce5cba3dcae96509be36ec8c75575"; sha256 = "77f8651450ccbde7d3036cfe93486a4eeeb5ade28d1ebc4b2ba186fea0023c56";
}; };
checkInputs = [ pytest ]; checkInputs = [ pytest ];