python3Packages.django-cachalot: 2.8.0 -> 2.9.0

This commit is contained in:
R. Ryantm
2026-04-15 13:42:58 -07:00
committed by Robert Schütz
parent 01af6888ea
commit 9b5cfc24de
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "django-cachalot";
version = "2.8.0";
version = "2.9.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "noripyt";
repo = "django-cachalot";
tag = "v${version}";
hash = "sha256-3W+9cULL3mMtAkxbqetoIj2FL/HRbzWHIDMe9O1e6BM=";
hash = "sha256-oCeMta6Bm+3BUu81huirGV9tMhSAYFjbV2vedghznyM=";
};
patches = [