pythonPackages.asgiref: 0.14.0 -> 1.0.0

This commit is contained in:
Lancelot SIX 2016-11-14 09:47:31 +01:00
parent 328ad17858
commit 2ef41c34f8
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047

View File

@ -645,11 +645,11 @@ in {
asgiref = buildPythonPackage rec {
name = "asgiref-${version}";
version = "0.14.0";
version = "1.0.0";
src = pkgs.fetchurl {
url = "mirror://pypi/a/asgiref/${name}.tar.gz";
sha256 = "1ww4z14pd7g2mwz5nyvxm4rif0rsm9h8i0lwk78v58b2j45r43lc";
sha256 = "1jg4nxjsn7nc4vd3170xd60m6syn57m6xwyyna6r68vniq8nhg7i";
};
propagatedBuildInputs = with self ; [ six ];