Merge pull request #280856 from r-ryantm/auto-update/python311Packages.django-cachalot

python311Packages.django-cachalot: 2.6.1 -> 2.6.2
This commit is contained in:
Nick Cao 2024-01-14 11:40:32 -05:00 committed by GitHub
commit d21c66d670
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "django-cachalot";
version = "2.6.1";
version = "2.6.2";
format = "setuptools";
src = fetchFromGitHub {
owner = "noripyt";
repo = "django-cachalot";
rev = "v${version}";
hash = "sha256-bCiIZkh02+7xL6aSWE9by+4dFDsanr0iXuO9QKpLOjw=";
rev = "refs/tags/v${version}";
hash = "sha256-8sC0uvfnGh3rp6C9/GsEevVDxAiI6MafIBfUuvnPeas=";
};
patches = [