pythonPackages.daphne: 0.15.0 -> 1.0.1

This commit is contained in:
Lancelot SIX 2017-01-12 10:16:56 +01:00
parent 715ff285b6
commit eeda593de4
No known key found for this signature in database
GPG key ID: 02E1542BA66FB047

View file

@ -5833,11 +5833,11 @@ in {
daphne = buildPythonPackage rec {
name = "daphne-${version}";
version = "0.15.0";
version = "1.0.1";
src = pkgs.fetchurl {
url = "mirror://pypi/d/daphne/${name}.tar.gz";
sha256 = "095xdh10v8sqwyas02q72ij3ivd5qjg5ki5cvha0fpzd361izdnp";
sha256 = "0l62bd9swv0k9qcpl2s8kj4mgl6qayi0krwkkg1x73a9y48xpi9z";
};
propagatedBuildInputs = with self; [ asgiref autobahn ];