pythonPackages.pgspecial: 1.5.0 -> 1.6.0

This commit is contained in:
Tobias Geerinckx-Rice 2016-11-07 18:41:57 +01:00
parent ea301adfd1
commit 44774e1da2
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -18324,10 +18324,10 @@ in {
pgspecial = buildPythonPackage rec {
name = "pgspecial-${version}";
version = "1.5.0";
version = "1.6.0";
src = pkgs.fetchurl {
sha256 = "14bqlwcnbyn3ikzg5wr7iqrlfwbcy5vaa5n1mmgg305yal34lk6d";
sha256 = "09ilalpgcl86f79648qsjm87dqi97bc70y51nrf0b3i1py3mhs2m";
url = "mirror://pypi/p/pgspecial/${name}.tar.gz";
};