python312Packages.django-cachalot: 2.6.3 -> 2.7.0

This commit is contained in:
R. Ryantm
2024-11-08 05:27:40 +00:00
parent c6f1ef99d1
commit ef78c48d1a

View File

@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "django-cachalot";
version = "2.6.3";
version = "2.7.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "noripyt";
repo = "django-cachalot";
rev = "refs/tags/v${version}";
hash = "sha256-q4w2goxdDqivGVZCRDGOvYARbzmx6P8Gnw9YlYn9Few=";
hash = "sha256-Fi5UvqH2bVb4v/GWDkEYIcBMBVos+35g4kcEnZTOQvw=";
};
patches = [