python3Packages.django-silk: 5.3.2 -> 5.4.3

https://github.com/jazzband/django-silk/blob/5.4.3/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-01-21 18:32:59 +01:00
parent e89a903bfe
commit 899a1d2f33
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "django-silk";
version = "5.3.2";
version = "5.4.3";
format = "setuptools";
src = fetchFromGitHub {
owner = "jazzband";
repo = "django-silk";
tag = version;
hash = "sha256-+JOUpjKR0rx+4+hU/5gSov5nW2aj7HR+HYr5FPbUkSA=";
hash = "sha256-VVgH4h2OeOu/NKGMSOHo2tg8Owj1t+HhEN8xWGrj3m8=";
};
# "test_time_taken" tests aren't suitable for reproducible execution, but Django's
@@ -84,7 +84,7 @@ buildPythonPackage rec {
meta = {
description = "Silky smooth profiling for the Django Framework";
homepage = "https://github.com/jazzband/django-silk";
changelog = "https://github.com/jazzband/django-silk/blob/${version}/CHANGELOG.md";
changelog = "https://github.com/jazzband/django-silk/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ ris ];
};