mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add trytond-currency-rs.
* gnu/packages/tryton.scm (trytond-currency-rs): New variable.
This commit is contained in:
parent
2941b08c0a
commit
d67e290173
1 changed files with 20 additions and 0 deletions
|
@ -1782,6 +1782,26 @@ (define-public trytond-currency-ro
|
|||
National Bank as a source for currency exchange rates.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public trytond-currency-rs
|
||||
(package
|
||||
(name "trytond-currency-rs")
|
||||
(version "6.2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "trytond_currency_rs" version))
|
||||
(sha256
|
||||
(base32 "05admscvj5m7anhji2ni9w2d8b33vlgcifda6jbrxdw8g4c0yivn"))))
|
||||
(build-system python-build-system)
|
||||
(arguments (tryton-arguments "trytond_currency_rs"))
|
||||
(native-inputs (%standard-trytond-native-inputs))
|
||||
(propagated-inputs (list python-lxml trytond trytond-currency
|
||||
python-zeep))
|
||||
(home-page "https://docs.tryton.org/projects/modules-currency-rs")
|
||||
(synopsis "Fetch currency rates from the Serbian National Bank")
|
||||
(description "The @emph{Currency RS} Tryton module adds the Serbian
|
||||
National Bank as a source for currency exchange rates.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public trytond-customs
|
||||
(package
|
||||
(name "trytond-customs")
|
||||
|
|
Loading…
Reference in a new issue