1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00

Merge pull request #197488 from r-ryantm/auto-update/python310Packages.pydal

python310Packages.pydal: 20220814.1 -> 20220916.1
This commit is contained in:
markuskowa 2022-10-25 22:32:01 +02:00 committed by GitHub
commit be25cca3bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "pydal";
version = "20220814.1";
version = "20220916.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-zl9dDQSTBSKGA4wMqueXF46McldLYE4hUIcM0467CNA=";
sha256 = "sha256-GKnJ1aRLuJp+wQVjzL51o/KteGD5k4X221bDzpIiEEQ=";
};
postPatch = ''