Merge pull request #174962 from r-ryantm/auto-update/python310Packages.django-cacheops

python310Packages.django-cacheops: 6.0 -> 6.1
This commit is contained in:
Mario Rodas 2022-05-28 11:31:17 -05:00 committed by GitHub
commit ee5d3db14a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "django-cacheops";
version = "6.0";
version = "6.1";
src = fetchPypi {
inherit pname version;
sha256 = "78e161ebd96a32e28e19ec7da31f2afed9e62a79726b8b5f0ed12dd16c2e5841";
sha256 = "sha256-toTvOf1DQYnTy7fYVBfNlyr2NSiaAyRHmCRztKifcn0=";
};
propagatedBuildInputs = [