nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python38Packages.django-csp: 3.5 -> 3.7

authored by

R. Ryantm and committed by
Jonathan Ringer
202e44f6 f3f51788

+2 -2
+2 -2
pkgs/development/python-modules/django-csp/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "django-csp"; 5 - version = "3.5"; 5 + version = "3.7"; 6 6 7 7 src = fetchPypi { 8 8 inherit version; 9 9 pname = "django_csp"; 10 - sha256 = "0ks4zszbjx5lyqlc34pjica8hfcjzw4i5m6pivvnyv8yf0vh4q04"; 10 + sha256 = "01eda02ad3f10261c74131cdc0b5a6a62b7c7ad4fd017fbefb7a14776e0a9727"; 11 11 }; 12 12 13 13 # too complicated to setup - needs a running django instance