summaryrefslogtreecommitdiff
path: root/gnu/packages/finance.scm
AgeCommit message (Collapse)Author
2022-11-25gnu: bitcoin-core: Update to 23.0.Guillaume Le Vaillant
According to <https://bitcoincore.org/en/lifecycle/#schedule>, versions 0.20 and 0.21 have passed end of life. * gnu/packages/finance.scm (bitcoin-core): Update to 23.0. (bitcoin-core-23.0): New variable. (bitcoin-core-0.20, bitcoin-core-0.21): Remove variables.
2022-11-25gnu: electrum: Update to 4.3.2.Guillaume Le Vaillant
* gnu/packages/finance.scm (electrum): Update to 4.3.2.
2022-11-25gnu: electron-cash: Update to 4.2.12.Guillaume Le Vaillant
* gnu/packages/finance.scm (electron-cash): Update to 4.2.12.
2022-11-25gnu: xmrig: Update to 6.18.1.Guillaume Le Vaillant
* gnu/packages/finance.scm (xmrig): Update to 6.18.1.
2022-11-25gnu: p2pool: Update to 2.5.Guillaume Le Vaillant
* gnu/packages/finance.scm (p2pool): Update to 2.5.
2022-11-14gnu: emacs-hledger-mode: Add source file-name.Efraim Flashner
* gnu/packages/finance.scm (emacs-hledger-mode)[source]: Add file-name field.
2022-11-05gnu: homebank: Update to 5.5.8.Vinicius Monego
* gnu/packages/finance.scm (homebank): Update to 5.5.8.
2022-10-31gnu: silkaj: Update to 0.10.0.Nicolas Goaziou
* gnu/packages/finance.scm (silkaj): Update to 0.10.0. [build-system]: Use PYPROJECT-BUILD-SYSTEM. [arguments]: Remove it. [native-inputs]: Add PYTHON-POETRY-CORE. [inputs]: Remove input labels. Remove PYTHON-PYNACL. Add PYTHON-PENDULUM. [description]: Do not overemphasize project name.
2022-10-01gnu: monero-gui: Update to 0.18.1.2.Guillaume Le Vaillant
* gnu/packages/finance.scm (monero-gui): Update to 0.18.1.2.
2022-10-01gnu: monero: Update to 0.18.1.2.Guillaume Le Vaillant
* gnu/packages/finance.scm (monero): Update to 0.18.1.2.
2022-09-22gnu: monero-gui: Update to 0.18.1.1.Guillaume Le Vaillant
* gnu/packages/finance.scm (monero-gui): Update to 0.18.1.1.
2022-09-22gnu: monero: Update to 0.18.1.1.Guillaume Le Vaillant
* gnu/packages/finance.scm (monero): Update to 0.18.1.1.
2022-09-13gnu: libofx: Update to 0.10.7.Maxim Cournoyer
* gnu/packages/finance.scm (libofx): Update to 0.10.7. [arguments]: Use gexps. [configure-flags]: Use search-input-directory. [inputs]: Remove labels.
2022-08-20gnu: electron-cash: Update to 4.2.11.Guillaume Le Vaillant
* gnu/packages/finance.scm (electron-cash): Update to 4.2.11.
2022-08-19gnu: python-duniterpy: Update to 1.1.0.Nicolas Goaziou
* gnu/packages/finance.scm (python-duniterpy): Update to 1.1.0. [propagated-inputs]: Remove PYTHON-AIOHTTP and PYTHON-PYLIBSCRYPT.
2022-08-13gnu: homebank: Update to 5.5.6.Vinicius Monego
* gnu/packages/finance.scm (homebank): Update to 5.5.6.
2022-08-12gnu: monero-gui: Fix path to p2pool.Guillaume Le Vaillant
Fixes <https://issues.guix.gnu.org/55512>. * gnu/packages/finance.scm (monero-gui)[inputs]: Add p2pool. [arguments]: Add 'fix-p2pool-path' phase.
2022-08-12gnu: Add p2pool.Justin Veilleux
* gnu/packages/finance.scm (p2pool): New variable. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2022-08-12gnu: Add xmrig.Justin Veilleux
* gnu/packages/finance.scm (xmrig): New variable. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2022-08-12gnu: Add emacs-hledger-modeCollin J. Doering via Guix-patches via
* gnu/packages/finance.scm (emacs-hledger-mode): New variable
2022-08-12gnu: monero-gui: Update to 0.18.1.0.Guillaume Le Vaillant
* gnu/packages/finance.scm (monero-gui): Update to 0.18.1.0.
2022-08-12gnu: monero: Update to 0.18.1.0.Guillaume Le Vaillant
* gnu/packages/finance.scm (monero): Update to 0.18.1.0.
2022-08-03gnu: bitcoin-unlimited: Fix build.Guillaume Le Vaillant
* gnu/packages/finance.scm (bitcoin-unlimited)[arguments]: Fix reference to qttools in 'configure-flags'.
2022-08-03gnu: bitcoin-core: Fix build.Guillaume Le Vaillant
* gnu/packages/finance.scm (bitcoin-core)[arguments]: Fix reference to qttools in 'configure-flags'.
2022-08-02gnu: monero-gui: Update to 0.18.0.0.Guillaume Le Vaillant
* gnu/packages/finance.scm (monero-gui): Update to 0.18.0.0. [inputs]: remove labels. [arguments]: Use gexps.
2022-08-02gnu: monero: Update to 0.18.0.0.Guillaume Le Vaillant
* gnu/packages/finance.scm (monero): Update to 0.18.0.0. [source]: Update snippet. [arguments]: Use gexps.
2022-07-31gnu: qttools: Rename to qttools-5.Maxim Cournoyer
Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS
2022-07-31gnu: qtquickcontrols2: Rename to qtquickcontrols2-5.Maxim Cournoyer
Automated via: git grep -l qtquickcontrols2 | xargs sed 's/\bqtquickcontrols2\b/\0-5/g' -i git checkout NEWS
2022-07-31gnu: qtquickcontrols: Rename to qtquickcontrols-5.Maxim Cournoyer
Automated via: git grep -l qtquickcontrols | xargs sed 's/\bqtquickcontrols\b/\0-5/g' -i git checkout NEWS
2022-07-31gnu: qtdeclarative: Rename to qtdeclarative-5.Maxim Cournoyer
Automated via the following commands: git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i git checkout NEWS
2022-07-31gnu: qtsvg: Rename variable to qtsvg-5.Maxim Cournoyer
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
2022-07-24gnu: bitcoin: Use language-agnostic home page.Tobias Geerinckx-Rice
* gnu/packages/finance.scm (beancount)[home-page]: Remove "/en".
2022-07-24gnu: beancount: Update home page.Tobias Geerinckx-Rice
* gnu/packages/finance.scm (beancount)[home-page]: Update.
2022-07-18gnu: Add gbonds.Philip McGrath
* gnu/packages/finance.scm (gbonds): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-07gnu: electron-cash: Apply new style to inputs and use gexps.Maxim Cournoyer
* gnu/packages/finance.scm (electron-cash)[phases]: Use gexps. [inputs]: Use new style.
2022-06-07gnu: electron-cash: Update to 4.2.10.Maxim Cournoyer
* gnu/packages/finance.scm (electron-cash): Update to 4.2.10.
2022-06-07gnu: trezor-agent: Update to 0.14.4.Maxim Cournoyer
* gnu/packages/finance.scm (trezor-agent): Update to 0.14.4. [phases]{relax-requirements}: New phase.
2022-06-07gnu: python-trezor: Add python-hidapi optional dependency.Maxim Cournoyer
* gnu/packages/finance.scm (python-trezor) [propagated-inputs]: Add python-hidapi.
2022-06-07gnu: python-trezor-agent: Delete trailing #t and honor TESTS?.Maxim Cournoyer
* gnu/packages/finance.scm (python-trezor-agent) [phases]: Delete trailing #t. {check}: Honor TESTS?. Delete extraneous add-installed-pythonpath call.
2022-06-07gnu: python-trezor: Update to 0.13.0.Maxim Cournoyer
* 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.
2022-05-29gnu: quantlib: Update to 1.26.Tobias Geerinckx-Rice
* gnu/packages/finance.scm (quantlib): Update to 1.26.
2022-05-29gnu: beancount: Update to 2.3.5.Tobias Geerinckx-Rice
* gnu/packages/finance.scm (beancount): Update to 2.3.5.
2022-05-31gnu: Remove python2-mnemonic.Maxim Cournoyer
* gnu/packages/finance.scm (python2-mnemonic): Delete variable.
2022-05-31gnu: Remove python2-keepkey.Maxim Cournoyer
* gnu/packages/finance.scm (python2-keepkey): Delete variable.
2022-05-31gnu: Remove python2-ledgerblue.Maxim Cournoyer
* gnu/packages/finance.scm (python2-ledgerblue): Delete variable.
2022-05-31gnu: Remove python2-stdnum.Maxim Cournoyer
* gnu/packages/finance.scm (python2-stdnum): Delete variable.
2022-05-18gnu: emacs-ledger-mode: Update to 4.0.0-0-11e85039.Aleksandr Vityazev
* 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>
2022-05-06gnu: monero-gui: Update to 0.17.3.2.Guillaume Le Vaillant
* gnu/packages/finance.scm (monero-gui): Update to 0.17.3.2.
2022-05-06gnu: monero: Update to 0.17.3.2.Guillaume Le Vaillant
* gnu/packages/finance.scm (monero): Update to 0.17.3.2. [source]: Remove obsolete part of snippet. [arguments]: Remove trailing booleans.
2022-04-20gnu: homebank: Update to 5.5.5.Vinicius Monego
* gnu/packages/finance.scm (homebank): Update to 5.5.5.