python3Packages.django-silk: 5.4.3 -> 5.5.0

This commit is contained in:
sephi
2026-06-05 14:42:16 +02:00
parent 0a95ede7cf
commit c26d2edff5
@@ -27,14 +27,14 @@
buildPythonPackage rec {
pname = "django-silk";
version = "5.4.3";
version = "5.5.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "jazzband";
repo = "django-silk";
tag = version;
hash = "sha256-VVgH4h2OeOu/NKGMSOHo2tg8Owj1t+HhEN8xWGrj3m8=";
hash = "sha256-F9IHxp2dx0hzu9iOaborJjLyzZjs86rccczhc5GPbtY=";
};
# "test_time_taken" tests aren't suitable for reproducible execution, but Django's