0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python38Packages.django-auth-ldap: 2.4.0 -> 3.0.0

This commit is contained in:
R. RyanTM 2021-08-18 13:06:49 +00:00
parent 0944088287
commit 78c8ad1f88

View file

@ -7,11 +7,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "django-auth-ldap"; pname = "django-auth-ldap";
version = "2.4.0"; version = "3.0.0";
disabled = isPy27; disabled = isPy27;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "60fcbfc3141c99c3c49d3ccd7311a3992a231c319d94b6d2c143968f63676676"; sha256 = "1f2d5c562d9ba9a5e9a64099ae9798e1a63840a11afe4d1c4a9c74121f066eaa";
}; };
propagatedBuildInputs = [ ldap django ]; propagatedBuildInputs = [ ldap django ];