3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.pydal: 20220725.1 -> 20220807.1

This commit is contained in:
R. Ryantm 2022-08-12 00:14:36 +00:00
parent f2c28f668c
commit 77acc4f67d

View file

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "pydal";
version = "20220725.1";
version = "20220807.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-/kbAvK6OWUyv0LUcTIAAvSHmhWDBwJszx65qqgytqSE=";
sha256 = "sha256-pIdDovZmKzqOB/4FKnivHQ5/YKuyj1Kq+30ZkHn33Wc=";
};
postPatch = ''