Merge pull request #27803 from lsix/update_daphne
pythonPackages.daphne: 1.2.0 -> 1.3.0
This commit is contained in:
commit
900fbe4ffa
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchurl,
|
{ stdenv, buildPythonPackage, fetchPypi,
|
||||||
asgiref, autobahn, twisted, hypothesis
|
asgiref, autobahn, twisted, hypothesis
|
||||||
}:
|
}:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "daphne";
|
pname = "daphne";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
version = "1.2.0";
|
version = "1.3.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchPypi {
|
||||||
url = "mirror://pypi/d/daphne/${name}.tar.gz";
|
inherit pname version;
|
||||||
sha256 = "084216isw7rwy693i62rbd8kvpqx418jvf1q72cplv833wz3in7l";
|
sha256 = "1xmmjp21m1w88ljsgnkf6cbzw5nxamh9cfmfgzxffpn4cdmvn96i";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ hypothesis ];
|
buildInputs = [ hypothesis ];
|
||||||
|
Loading…
Reference in New Issue
Block a user