0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

python312Packages.django-silk: 5.3.0 -> 5.3.1

This commit is contained in:
R. Ryantm 2024-12-08 12:33:00 +00:00
parent 0bc7caf6ff
commit d1e3a9df37

View file

@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "django-silk";
version = "5.3.0";
version = "5.3.1";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -33,8 +33,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "jazzband";
repo = "django-silk";
rev = "refs/tags/${version}";
hash = "sha256-teDvQzNmzCOWdPOqlm2GRhhlilOjM+VAcfOXPw/Rq44=";
tag = version;
hash = "sha256-Rm3iyEFphhDYGC7fQy+RUrbAOQQSOSiu+bOcp7TozN0=";
};
# "test_time_taken" tests aren't suitable for reproducible execution, but Django's