python3Packages.django-health-check: 3.18.1 -> 3.18.2
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
django,
|
||||
redis,
|
||||
celery,
|
||||
boto3,
|
||||
django-storages,
|
||||
pytest-django,
|
||||
pytestCheckHook,
|
||||
mock,
|
||||
@@ -15,14 +17,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "django-health-check";
|
||||
version = "3.18.1";
|
||||
version = "3.18.2";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "KristianOellegaard";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-4fl7x0pleI1yL+tEWGt5Gmcl6ZKETQz2AsNQDVIAwy8=";
|
||||
hash = "sha256-c0JOfbuVIiTqZo/alJWPN7AB8a3nNdG7euS3scwGHaY=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
@@ -36,6 +38,8 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
boto3
|
||||
django-storages
|
||||
pytest-django
|
||||
pytestCheckHook
|
||||
mock
|
||||
|
||||
Reference in New Issue
Block a user