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:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user