Merge pull request #334152 from r-ryantm/auto-update/python312Packages.django-cachalot

python312Packages.django-cachalot: 2.6.2 -> 2.6.3
This commit is contained in:
Nick Cao
2024-08-12 15:05:18 -04:00
committed by GitHub
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "django-cachalot";
version = "2.6.2";
version = "2.6.3";
format = "setuptools";
src = fetchFromGitHub {
owner = "noripyt";
repo = "django-cachalot";
rev = "refs/tags/v${version}";
hash = "sha256-8sC0uvfnGh3rp6C9/GsEevVDxAiI6MafIBfUuvnPeas=";
hash = "sha256-q4w2goxdDqivGVZCRDGOvYARbzmx6P8Gnw9YlYn9Few=";
};
patches = [