gnu: silkaj: Remove unused input.

* gnu/packages/finance.scm (silkaj)[inputs]: Remove PYTHON-IPADDRESS.
This commit is contained in:
Marius Bakke 2020-07-13 23:42:48 +02:00
parent 01655843e2
commit 34fa5c0532
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1131,7 +1131,6 @@ (define-public silkaj
(inputs
`(("click" ,python-click)
("duniterpy" ,python-duniterpy)
("ipaddress" ,python-ipaddress)
("pynacl" ,python-pynacl)
("tabulate" ,python-tabulate)
("texttable" ,python-texttable)))