Merge pull request #283922 from r-ryantm/auto-update/python311Packages.django-silk

python311Packages.django-silk: 5.0.3 -> 5.1.0
This commit is contained in:
Robert Scott 2024-01-27 16:29:47 +00:00 committed by GitHub
commit 8397a3b95f
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.0.3";
version = "5.1.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "jazzband";
repo = "django-silk";
rev = "refs/tags/${version}";
hash = "sha256-91FcOqAYZK7/RCKgXjbQEPUQ2cZRFi7NzVLQF+MMDRI=";
hash = "sha256-QqY1bRa0v4DZ2/gDbssyhJA9Kb+5jig4hZEBVKZiowY=";
};
# "test_time_taken" tests aren't suitable for reproducible execution, but Django's