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

Configure Feed

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

python: djangorestframework: 3.7.3 -> 3.7.7

+2 -2
+2 -2
pkgs/development/python-modules/djangorestframework/default.nix
··· 1 1 { stdenv, buildPythonPackage, fetchurl, django }: 2 2 buildPythonPackage rec { 3 - version = "3.7.3"; 3 + version = "3.7.7"; 4 4 pname = "djangorestframework"; 5 5 name = "${pname}-${version}"; 6 6 7 7 src = fetchurl { 8 8 url = "mirror://pypi/d/djangorestframework/${name}.tar.gz"; 9 - sha256 = "067960e5e9e5586d3b2d53a1d626c4800dc33cd8309487d404fc63355674556f"; 9 + sha256 = "9f9e94e8d22b100ed3a43cee8c47a7ff7b185e778a1f2da9ec5c73fc4e081b87"; 10 10 }; 11 11 12 12 # Test settings are missing