mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
pythonPackages.jsonrpc-async: remove name
This commit is contained in:
parent
4a7fc5f062
commit
cece9a2941
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "jsonrpc-async";
|
pname = "jsonrpc-async";
|
||||||
version = "0.6";
|
version = "0.6";
|
||||||
name = "${pname}-${version}";
|
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue