pythonPackages.asgi_ipc: 1.1.0 -> 1.2.0
This commit is contained in:
parent
2ef41c34f8
commit
710ae1b5b3
1 changed files with 2 additions and 2 deletions
|
@ -663,11 +663,11 @@ in {
|
|||
|
||||
asgi_ipc = buildPythonPackage rec {
|
||||
name = "asgi_ipc-${version}";
|
||||
version = "1.1.0";
|
||||
version = "1.2.0";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/a/asgi_ipc/${name}.tar.gz";
|
||||
sha256 = "16q5x2cvx3rpnikmqv8l4clkfib8baqy7diy18rsmzj6hqqli3xy";
|
||||
sha256 = "03phyfj30s4sgaqfbmv38nfvx3kdmjwsh3558d2lxrf2gdrimmf9";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self ; [ asgiref msgpack posix_ipc ];
|
||||
|
|
Loading…
Reference in a new issue