3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.pydal: 20220721.1 -> 20220725.1

This commit is contained in:
R. Ryantm 2022-07-26 15:51:52 +00:00
parent 1d7d5b061a
commit 0577f72388

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 = ''