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

This commit is contained in:
Martin Weinelt
2022-02-13 13:05:00 +01:00
committed by GitHub
@@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "pydal";
version = "20220114.1";
version = "20220213.2";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "8c872f1fd6759eef497d72cf33fe57537be86ccf23515bd47e1f8a04d862236e";
sha256 = "sha256-7DBLcHSEkoT8wV6824TGWRLi9vK2t+r1RwwWmRBYD9I=";
};
postPatch = ''