python310Packages.django_silk: 5.0.2 -> 5.0.3

This commit is contained in:
R. Ryantm 2023-01-24 00:36:31 +00:00
parent e2881617a4
commit d3433dbc83

View File

@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "django-silk";
version = "5.0.2";
version = "5.0.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "jazzband";
repo = "django-silk";
rev = "refs/tags/${version}";
hash = "sha256-LzcbRZ9NLTkDTZ2eW+uXYqPbWDSdLZAJcYdD8JLuiDc=";
hash = "sha256-91FcOqAYZK7/RCKgXjbQEPUQ2cZRFi7NzVLQF+MMDRI=";
};
# "test_time_taken" tests aren't suitable for reproducible execution, but Django's