Merge pull request #275297 from r-ryantm/auto-update/python310Packages.djangoql

python310Packages.djangoql: 0.17.1 -> 0.18.0
This commit is contained in:
OTABI Tomoya 2023-12-19 16:20:03 +09:00 committed by GitHub
commit 8cdfa7d137
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,12 +3,12 @@
buildPythonPackage rec {
pname = "djangoql";
version = "0.17.1";
version = "0.18.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-TwU9ASjij0EpJuLakCc19L3Lq1wI1Dvk3+/XR/yi6W4=";
hash = "sha256-x8KJ08BLKLRD42uqIW/FSFf3V6TFNXLTyWaoCr5Zb78=";
};
propagatedBuildInputs = [ ply ];