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

Configure Feed

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

python: django-filter: 2.2.0 -> 2.3.0

+2 -2
+2 -2
pkgs/development/python-modules/django-filter/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "django-filter"; 10 - version = "2.2.0"; 10 + version = "2.3.0"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - sha256 = "057xiijig8r2nxrd9gj1nki168422rsh8ap5vkbr9zyp1mzvbpn3"; 14 + sha256 = "11e63dd759835d9ba7a763926ffb2662cf8a6dcb4c7971a95064de34dbc7e5af"; 15 15 }; 16 16 17 17 propagatedBuildInputs = [ django ];