Merge pull request #336230 from r-ryantm/auto-update/python312Packages.django-silk

python312Packages.django-silk: 5.1.0 -> 5.2.0
This commit is contained in:
Robert Scott 2024-08-23 23:52:17 +01:00 committed by GitHub
commit 28d13a911e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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