lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.django-cachalot: 2.5.3 -> 2.6.1

https://github.com/noripyt/django-cachalot/blob/v2.6.1/CHANGELOG.rst

+4 -2
+4 -2
pkgs/development/python-modules/django-cachalot/default.nix
··· 6 6 , psycopg2 7 7 , beautifulsoup4 8 8 , python 9 + , pytz 9 10 }: 10 11 11 12 buildPythonPackage rec { 12 13 pname = "django-cachalot"; 13 - version = "2.5.3"; 14 + version = "2.6.1"; 14 15 format = "setuptools"; 15 16 16 17 src = fetchFromGitHub { 17 18 owner = "noripyt"; 18 19 repo = "django-cachalot"; 19 20 rev = "v${version}"; 20 - hash = "sha256-ayAN+PgK3aIpt4R8aeC6c6mRGTnfObycmkoXPTjx4WI="; 21 + hash = "sha256-bCiIZkh02+7xL6aSWE9by+4dFDsanr0iXuO9QKpLOjw="; 21 22 }; 22 23 23 24 patches = [ ··· 34 35 beautifulsoup4 35 36 django-debug-toolbar 36 37 psycopg2 38 + pytz 37 39 ]; 38 40 39 41 pythonImportsCheck = [ "cachalot" ];