summaryrefslogtreecommitdiff
path: root/gnu/packages/finance.scm
Commit message (Expand)AuthorAgeFilesLines
...
* gnu: qtdeclarative: Rename to qtdeclarative-5.•••Automated via the following commands: git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i git checkout NEWS Maxim Cournoyer2022-07-311-1/+1
* gnu: qtsvg: Rename variable to qtsvg-5.•••This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i Maxim Cournoyer2022-07-311-2/+2
* gnu: bitcoin: Use language-agnostic home page.•••* gnu/packages/finance.scm (beancount)[home-page]: Remove "/en". Tobias Geerinckx-Rice2022-07-241-1/+1
* gnu: beancount: Update home page.•••* gnu/packages/finance.scm (beancount)[home-page]: Update. Tobias Geerinckx-Rice2022-07-241-1/+1
* gnu: Add gbonds.•••* gnu/packages/finance.scm (gbonds): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Philip McGrath2022-07-181-0/+122
* gnu: electron-cash: Apply new style to inputs and use gexps.•••* gnu/packages/finance.scm (electron-cash)[phases]: Use gexps. [inputs]: Use new style. Maxim Cournoyer2022-06-071-50/+51
* gnu: electron-cash: Update to 4.2.10.•••* gnu/packages/finance.scm (electron-cash): Update to 4.2.10. Maxim Cournoyer2022-06-071-2/+2
* gnu: trezor-agent: Update to 0.14.4.•••* gnu/packages/finance.scm (trezor-agent): Update to 0.14.4. [phases]{relax-requirements}: New phase. Maxim Cournoyer2022-06-071-1/+6
* gnu: python-trezor: Add python-hidapi optional dependency.•••* gnu/packages/finance.scm (python-trezor) [propagated-inputs]: Add python-hidapi. Maxim Cournoyer2022-06-071-0/+1
* gnu: python-trezor-agent: Delete trailing #t and honor TESTS?.•••* gnu/packages/finance.scm (python-trezor-agent) [phases]: Delete trailing #t. {check}: Honor TESTS?. Delete extraneous add-installed-pythonpath call. Maxim Cournoyer2022-06-071-6/+4
* gnu: python-trezor: Update to 0.13.0.•••* gnu/packages/finance.scm (python-trezor): Update to 0.13.0. [source]: Delete broken symbolic links in snippet. [propagated-inputs]: Use python-click-7. [native-inputs]: Re-order. Maxim Cournoyer2022-06-071-5/+12
* gnu: quantlib: Update to 1.26.•••* gnu/packages/finance.scm (quantlib): Update to 1.26. Tobias Geerinckx-Rice2022-05-291-2/+2
* gnu: beancount: Update to 2.3.5.•••* gnu/packages/finance.scm (beancount): Update to 2.3.5. Tobias Geerinckx-Rice2022-05-291-3/+2
* gnu: Remove python2-mnemonic.•••* gnu/packages/finance.scm (python2-mnemonic): Delete variable. Maxim Cournoyer2022-05-311-3/+0
* gnu: Remove python2-keepkey.•••* gnu/packages/finance.scm (python2-keepkey): Delete variable. Maxim Cournoyer2022-05-311-3/+0
* gnu: Remove python2-ledgerblue.•••* gnu/packages/finance.scm (python2-ledgerblue): Delete variable. Maxim Cournoyer2022-05-311-3/+0
* gnu: Remove python2-stdnum.•••* gnu/packages/finance.scm (python2-stdnum): Delete variable. Maxim Cournoyer2022-05-311-3/+0
* gnu: emacs-ledger-mode: Update to 4.0.0-0-11e85039.•••* gnu/packages/finance.scm (emacs-ledger-mode): Update to 4.0.0-0-11e85039. [arguments]: Convert to list of G-Expressions. Use ‘search-input-file’ where possible. Drop trailing ‘#t’s. While here, respect TESTS? in check phase. Co-authored-by: Aleksandr Vityazev <avityazev@posteo.org> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Aleksandr Vityazev2022-05-181-46/+50
* gnu: monero-gui: Update to 0.17.3.2.•••* gnu/packages/finance.scm (monero-gui): Update to 0.17.3.2. Guillaume Le Vaillant2022-05-061-4/+3
* gnu: monero: Update to 0.17.3.2.•••* gnu/packages/finance.scm (monero): Update to 0.17.3.2. [source]: Remove obsolete part of snippet. [arguments]: Remove trailing booleans. Guillaume Le Vaillant2022-05-061-17/+7
* gnu: homebank: Update to 5.5.5.•••* gnu/packages/finance.scm (homebank): Update to 5.5.5. Vinicius Monego2022-04-201-3/+3
* gnu: bitcoin-unlimited: Update to 1.10.0.0.•••* gnu/packages/finance.scm (bitcoin-unlimited): Update to 1.10.0.0. [arguments]: Update 'fix-tests' phase. Guillaume Le Vaillant2022-04-161-17/+4
* gnu: electrum: Update to 4.2.1.•••* gnu/packages/finance.scm (electrum): Update to 4.2.1. [inputs]: Replace python-aiorpcx-0.18 by python-aiorpcx. Add zbar. Guillaume Le Vaillant2022-04-161-11/+12
* gnu: electron-cash: Update to 4.2.7.•••* gnu/packages/finance.scm (electron-cash): Update to 4.2.7. Guillaume Le Vaillant2022-04-161-3/+3
* gnu: trezor-agent: Fix it by deleting the sanity-check phase.•••* gnu/packages/finance.scm (trezor-agent)[arguments]: Delete 'sanity-check' phase. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Attila Lendvai2022-04-121-0/+3
* gnu: beancount: Disable sanity check.•••* gnu/packages/finance.scm (beancount): Disable sanity check. Christine Lemmer-Webber2022-03-211-1/+3
* gnu: Add python-mt-940.•••* gnu/packages/python-xyz.scm (python-mt-940): New variable. Lars-Dominik Braun2022-02-151-0/+34
* gnu: python-duniterpy: Simplify inputs.•••* gnu/packages/finance.scm (python-duniterpy): Remove input labels. Marius Bakke2022-01-121-11/+11
* gnu: python-dyniterpy: Add missing inputs.•••* gnu/packages/finance.scm (python-duniterpy)[arguments]: Add loosen-requirements phase. [propagated-inputs]: Add PYTHON-GRAPHQL-CORE, PYTHON-MNEMONIC, and PYTHON-WEBSOCKET-CLIENT. Marius Bakke2022-01-121-1/+10
* gnu: homebank: Update to 5.5.4.•••* gnu/packages/finance.scm (homebank): Update to 5.5.4. Tobias Geerinckx-Rice2022-01-111-2/+2
* gnu: monero-gui: Update to 0.17.3.1.•••* gnu/packages/finance.scm (monero-gui): Update to 0.17.3.1. Guillaume Le Vaillant2022-01-101-2/+2
* gnu: electron-cash: Update to 4.2.6.•••* gnu/packages/finance.scm (electron-cash): Update to 4.2.6. Tobias Geerinckx-Rice2022-01-101-2/+2
* gnu: python-stdnum: Fix trailing whitespace in description.•••* gnu/packages/finance.scm (python-stdnum)[description]: Fix trailing whitespace. Vagrant Cascadian2021-12-291-1/+1
* gnu: homebank: Build with libsoup 2.•••* gnu/packages/finance.scm (homebank)[inputs]: Replace libsoup with libsoup-minimal-2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Sébastien Lerique2021-12-271-1/+1
* gnu: Add quantlib.•••* gnu/packages/finance.scm (quantlib): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Foo Chuan Wei2021-12-231-0/+26
* gnu: python-stdnum: Update to 1.17.•••* gnu/packages/finance.scm (python-stdnum): Update to 1.17. Hartmut Goebel2021-12-181-2/+2
* gnu: Further simplify package inputs.•••This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.) Ludovic Courtès2021-12-131-7/+3
* gnu: optionmatrix: Avoid deprecated 'texlive-union'.•••* gnu/packages/finance.scm (optionmatrix)[native-inputs]: Use 'texlive-updmap.cfg'. Ludovic Courtès2021-12-131-2/+2
* gnu: Simplify package inputs.•••This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès2021-12-131-250/+227
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-12-131-0/+34
|\
| * gnu: Add optionmatrix.•••* gnu/packages/finance.scm (optionmatrix): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Foo Chuan Wei2021-12-111-0/+34
* | Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-12-101-7/+8
|\|
| * gnu: monero: Improve check phase.•••* gnu/packages/finance.scm (monero)[arguments]: Take 'tests?' parameter into consideration in 'check' phase. Guillaume Le Vaillant2021-12-081-2/+3
| * gnu: monero-gui: Update to 0.17.3.0.•••* gnu/packages/finance.scm (monero-gui): Update to 0.17.3.0. Guillaume Le Vaillant2021-12-081-2/+2
| * gnu: monero: Update to 0.17.3.0.•••* gnu/packages/finance.scm (monero): Update to 0.17.3.0. * gnu/packages/patches/monero-use-system-miniupnpc.patch: Update patch. Guillaume Le Vaillant2021-12-081-2/+2
| * gnu: trezor-agent: Fix hash.•••* gnu/packages/finance.scm (trezor-agent): Update hash. Hash was not updated when committing c7c4f8088195a8e6650904de4e16d71b98776a76. Nicolas Goaziou2021-12-051-1/+1
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-051-25/+81
|\|
| * gnu: Update Trezor support.•••* gnu/packages/patches/python-trezor-agent-fix-argv0.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Apply previous removal. * gnu/packages/finance.scm (python-trezor-agent): Update to 0.14.4. [source]: Remove now useless patch. (python-mnemonic): Update to 0.20. (python-trezor): Update to 0.12.4 (trezor-agent): Update to 0.11.0-1. [source]: Add file-name field. [arguments]: Remove trailing #T in phases. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Attila Lendvai2021-12-011-15/+14
| * gnu: trezord: Update to 2.0.31.•••* gnu/packages/finance.scm (trezord): Update to 2.0.31. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Attila Lendvai2021-11-281-3/+2
| * gnu: trezor-agent: Update to 0.11.0.•••* gnu/packages/finance.scm (trezor-agent): Update to 0.11.0. [source]: Use GitHub repository. [native-inputs]: Remove python-hidapi. Add python-attrs. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Attila Lendvai2021-11-281-8/+32