mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python312Packages.django-silk: 5.3.0 -> 5.3.1
This commit is contained in:
parent
0bc7caf6ff
commit
d1e3a9df37
1 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "django-silk";
|
pname = "django-silk";
|
||||||
version = "5.3.0";
|
version = "5.3.1";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.9";
|
disabled = pythonOlder "3.9";
|
||||||
|
@ -33,8 +33,8 @@ buildPythonPackage rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jazzband";
|
owner = "jazzband";
|
||||||
repo = "django-silk";
|
repo = "django-silk";
|
||||||
rev = "refs/tags/${version}";
|
tag = version;
|
||||||
hash = "sha256-teDvQzNmzCOWdPOqlm2GRhhlilOjM+VAcfOXPw/Rq44=";
|
hash = "sha256-Rm3iyEFphhDYGC7fQy+RUrbAOQQSOSiu+bOcp7TozN0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# "test_time_taken" tests aren't suitable for reproducible execution, but Django's
|
# "test_time_taken" tests aren't suitable for reproducible execution, but Django's
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue