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.9.0 -> 3.9.1

+2 -2
+2 -2
pkgs/development/python-modules/djangorestframework/default.nix
··· 1 1 { stdenv, buildPythonPackage, fetchPypi, django }: 2 2 buildPythonPackage rec { 3 - version = "3.9.0"; 3 + version = "3.9.1"; 4 4 pname = "djangorestframework"; 5 5 6 6 src = fetchPypi { 7 7 inherit pname version; 8 - sha256 = "0dk1r2qiifws4bb2pq8xk5dbsrhli0fi14iqg59v360mpfq6ay30"; 8 + sha256 = "79c6efbb2514bc50cf25906d7c0a5cfead714c7af667ff4bd110312cd380ae66"; 9 9 }; 10 10 11 11 # Test settings are missing