python312Packages.django-cacheops: 7.0.2 -> 7.1
Changelog: https://github.com/Suor/django-cacheops/blob/7.1/CHANGELOG
This commit is contained in:
@@ -15,23 +15,27 @@
|
||||
pythonOlder,
|
||||
nettools,
|
||||
pkgs,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "django-cacheops";
|
||||
version = "7.0.2";
|
||||
format = "setuptools";
|
||||
version = "7.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-d6N8c9f6z8cpk2XtZqEr56SH3XRd2GwdM8ouv9OzKHg=";
|
||||
pname = "django_cacheops";
|
||||
inherit version;
|
||||
hash = "sha256-7Aeau5aFVzIe4gjGJ0ggIxgg+YymN33alx8EmBvCq1I=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "funcy" ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
django
|
||||
funcy
|
||||
redis
|
||||
|
||||
Reference in New Issue
Block a user