2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-20 02:55:39 +00:00

python39Packages.asgiref: 3.4.1 -> 3.5.0, add SuperSandro2000 as maintainer

This commit is contained in:
Sandro Jäckel 2022-03-23 05:28:21 +01:00
parent 85a633de9f
commit cf73b899c0
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -9,7 +9,7 @@
}:
buildPythonPackage rec {
version = "3.4.1";
version = "3.5.0";
pname = "asgiref";
disabled = pythonOlder "3.6";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "django";
repo = pname;
rev = version;
sha256 = "sha256-aXD46qH5sTTmp0rlzQGLAN+MfIz1u6obCwtfqoIYgBA=";
sha256 = "sha256-eWDsd8iWK1C/X3t/fKAM1i4hyTM/daGTd8CDSgDTL/U=";
};
propagatedBuildInputs = [
@ -40,6 +40,6 @@ buildPythonPackage rec {
description = "Reference ASGI adapters and channel layers";
homepage = "https://github.com/django/asgiref";
license = licenses.bsd3;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ SuperSandro2000 ];
};
}