Merge pull request #182988 from r-ryantm/auto-update/python3.10-pydal

python310Packages.pydal: 20220721.1 -> 20220725.1
This commit is contained in:
Mario Rodas 2022-07-26 18:36:23 -05:00 committed by GitHub
commit f78d067e55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "pydal";
version = "20220721.1";
version = "20220725.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-dOSTpK9HZFZL5/QWK/HTzPAgpsCSyj9r5a57cQpmlhY=";
sha256 = "sha256-/kbAvK6OWUyv0LUcTIAAvSHmhWDBwJszx65qqgytqSE=";
};
postPatch = ''