Merge pull request #70748 from r-ryantm/auto-update/python3.7-SQLObject

python37Packages.sqlobject: 3.7.2 -> 3.7.3
This commit is contained in:
Mario Rodas 2019-10-08 12:48:48 -05:00 committed by GitHub
commit 1a615531b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "SQLObject";
version = "3.7.2";
version = "3.7.3";
src = fetchPypi {
inherit pname version;
sha256 = "8aee27279231bae59e95b299e253b27ac2d78934989f4ccbe317c7b25faab6de";
sha256 = "0dgzmzdv3alfdqcrl4x0xf9161ls80h33rnqbz0yhmfpkjg99b9n";
};
checkInputs = [ pytest ];