python312Packages.django-silk: 5.1.0 -> 5.2.0

This commit is contained in:
R. Ryantm
2024-08-21 03:01:29 +00:00
parent 625941e1a9
commit 83fdb9041c
@@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "django-silk";
version = "5.1.0";
version = "5.2.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "jazzband";
repo = "django-silk";
rev = "refs/tags/${version}";
hash = "sha256-QqY1bRa0v4DZ2/gDbssyhJA9Kb+5jig4hZEBVKZiowY=";
hash = "sha256-wSQ0yV9+UyjgsaQGNn+MdeUkx9eeRqaHvDpUxIGRmGM=";
};
# "test_time_taken" tests aren't suitable for reproducible execution, but Django's