python37Packages.pgspecial: 1.11.3 -> 1.11.5

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-pgspecial/versions
This commit is contained in:
R. RyanTM 2019-01-02 07:52:31 -08:00 committed by worldofpeace
parent 69bd65aca3
commit 9bc216ffba

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "pgspecial";
version = "1.11.3";
version = "1.11.5";
src = fetchPypi {
inherit pname version;
sha256 = "f183da55c37128f7a74fe5b28e997991156f19961e59a1ad0f400ffc9535faba";
sha256 = "0yvlxv9vy0hbfgf0xcwl7wh5hg6cl86arsv1ip3kvn9znn6x8kgl";
};
buildInputs = [ pytest psycopg2 ];