python310Packages.django-cacheops: 6.1 -> 6.2

This commit is contained in:
R. Ryantm
2023-02-26 16:37:25 +00:00
parent 399e2c78d4
commit da3ecb18d8
@@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "django-cacheops";
version = "6.1";
version = "6.2";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-toTvOf1DQYnTy7fYVBfNlyr2NSiaAyRHmCRztKifcn0=";
sha256 = "sha256-zHP9ChwUeZJT/yCopFeRo8jSgCIXswHnDPoIroGeQ48=";
};
propagatedBuildInputs = [