python: Remove python prefix from python-ledger-autosync

* rekahsoft-gnu/packages/python-xyz.scm (inputs): Use input list instead of
alist, an inputs instead of propagated inputs, as this is a python
application, not a library.
This commit is contained in:
Collin J. Doering 2022-01-18 19:12:17 -05:00
parent 77037b903a
commit 9200ec0f37
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 5 additions and 5 deletions

View File

@ -461,9 +461,9 @@ Amazon Web Services (AWS) API.")))
(description "OFX client for dowloading transactions from banks")
(license license:expat)))
(define-public python-ledger-autosync
(define-public ledger-autosync
(package
(name "python-ledger-autosync")
(name "ledger-autosync")
(version "1.0.3")
(source
(origin
@ -472,9 +472,9 @@ Amazon Web Services (AWS) API.")))
(sha256
(base32 "0i4942qbsphq72zx7kd3rgw25rpq4fg4vl43akkl189wzcrgwv6j"))))
(build-system python-build-system)
(propagated-inputs
`(("python-ofxclient" ,python-ofxclient)
("python-ofxparse" ,python-ofxparse)))
(inputs
(list python-ofxclient
python-ofxparse))
(home-page "https://gitlab.com/egh/ledger-autosync")
(synopsis "Automatically sync your bank's data with ledger")
(description "Automatically sync your bank's data with ledger")