0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

Merge pull request #249884 from r-ryantm/auto-update/python310Packages.django-debug-toolbar

python310Packages.django-debug-toolbar: 4.1 -> 4.2
This commit is contained in:
Fabian Affolter 2023-08-18 08:52:35 +02:00 committed by GitHub
commit a96090ba3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "django-debug-toolbar";
version = "4.1";
version = "4.2";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "jazzband";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-UgnWA2JicL6xsnIF5WaWCRIdXEJbwiE89tqiueczEfE=";
hash = "sha256-hPO2q3V69kpyahav4cgUHz/3WLxXnZYCyWGetyNS+2Q=";
};
nativeBuildInputs = [