python3Packages.django-cachalot: 2.7.0 -> 2.8.0
https://github.com/noripyt/django-cachalot/blob/v2.8.0/CHANGELOG.rst This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -13,14 +13,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "django-cachalot";
|
||||
version = "2.7.0";
|
||||
version = "2.8.0";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "noripyt";
|
||||
repo = "django-cachalot";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-Fi5UvqH2bVb4v/GWDkEYIcBMBVos+35g4kcEnZTOQvw=";
|
||||
hash = "sha256-3W+9cULL3mMtAkxbqetoIj2FL/HRbzWHIDMe9O1e6BM=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@@ -58,7 +58,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "No effort, no worry, maximum performance";
|
||||
homepage = "https://github.com/noripyt/django-cachalot";
|
||||
changelog = "https://github.com/noripyt/django-cachalot/blob/${src.rev}/CHANGELOG.rst";
|
||||
changelog = "https://github.com/noripyt/django-cachalot/blob/${src.tag}/CHANGELOG.rst";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ onny ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user