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

Configure Feed

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

python3Packages.django-tenants: 3.7.8 -> 3.9.0

R. Ryantm 9da01716 dd1b384c

+2 -2
+2 -2
pkgs/development/python-modules/django-tenants/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "django-tenants"; 12 - version = "3.7.8"; 12 + version = "3.9.0"; 13 13 pyproject = true; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "django-tenants"; 17 17 repo = "django-tenants"; 18 18 tag = "v${version}"; 19 - hash = "sha256-WC9NWykSnAD7ywjMGuhNdlasGhrnZJfoh/3wJ+2BF2E="; 19 + hash = "sha256-oj8nh2qzdTChu6URvfWEj6FeqPq38h5N8V2G/e6hE/Q="; 20 20 }; 21 21 22 22 build-system = [ setuptools ];