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

python3Packages.djangorestframework-stubs: 3.16.0 -> 3.16.1

https://github.com/typeddjango/djangorestframework-stubs/releases/tag/3.16.1

This commit was automatically generated using update-python-libraries.

+2 -2
+2 -2
pkgs/development/python-modules/djangorestframework-stubs/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "djangorestframework-stubs"; 22 - version = "3.16.0"; 22 + version = "3.16.1"; 23 23 pyproject = true; 24 24 25 25 disabled = pythonOlder "3.9"; ··· 28 28 owner = "typeddjango"; 29 29 repo = "djangorestframework-stubs"; 30 30 tag = version; 31 - hash = "sha256-q/9tCMT79TMHIQ4KH8tiunaTt7L6IItwNYBFlbNxBcE="; 31 + hash = "sha256-TTv6v7G3LODrUDSYSNNa4+dujih7QElmvK3mMQg9EuQ="; 32 32 }; 33 33 34 34 nativeBuildInputs = [ setuptools ];