aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/finance.scm
Commit message (Expand)AuthorAge
* gnu: python-stdnum: Update to 1.13.•••* gnu/packages/finance.scm (python-stdnum): Update to 1.13. [arguments]: New field. [native-inputs]: Add PYTHON-NOSE. Marius Bakke2020-03-16
* gnu: bitcoin-core: Update to 0.19.1.•••* gnu/packages/finance.scm (bitcoin-core): Update to 0.19.1. Co-Authored-By: fanquake <fanquake@gmail.com> Carl Dong2020-03-10
* gnu: monero-gui: Update to 0.15.0.4.•••* gnu/packages/finance.scm (monero-gui): Update to 0.15.0.4. Guillaume Le Vaillant2020-03-10
* gnu: monero: Update to 0.15.0.5.•••* gnu/packages/finance.scm (monero): Update to 0.15.0.5. Guillaume Le Vaillant2020-03-10
* gnu: grisbi: Use HTTPS home page.•••* gnu/packages/finance.scm (grisbi)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2020-02-21
* gnu: monero: Disable core tests.•••Core tests sometimes fail at least on i686-linux. Let's disable them for now and just try hash tests and unit tests. * gnu/packages/finance.scm (monero)[arguments]: Don't run 'core_tests' in 'check' phase. Guillaume Le Vaillant2020-02-15
* * gnu/packages/finance.scm (bitcoin-core): Update to 0.19.0.1.•••Co-authored-by: fanquake <fanquake@gmail.com> Carl Dong2020-02-10
* gnu: libofx: Disable parallel build.•••* gnu/packages/finance.scm (libofx)[arguments]: Add #:parallel-build?. Marius Bakke2020-01-26
* gnu: silkaj: Update to 0.7.6.•••* gnu/packages/finance.scm (silkaj): Update to 0.7.6. [source]: Move to Pypi. [home-page]: Update home page. Nicolas Goaziou2020-01-25
* gnu: python-duniterpy: Update to 0.56.0.•••* gnu/packages/finance.scm (python-duniterpy): Update to 0.56.0. [source]: Move source to Pypi. [arguments]: Add phase to work around a missing file. Remove phases building documentation since they are not applicable anymore. [native-inputs]: Remove it, since it is not applicable in Pypi package. [inputs]: Replace "python-attr" with "python-attrs". Nicolas Goaziou2020-01-25
* gnu: Add bitcoin-unlimited.•••* gnu/packages/finance.scm (bitcoin-unlimited): New variable. Guillaume Le Vaillant2020-01-25
* gnu: libofx: Fix description typo.•••* gnu/packages/finance.scm (libofx): Change "a API" to "an API". Kei Kebreau2020-01-17
* gnu: Add libofx.•••* gnu/packages/finance.scm (libofx): New variable. Kei Kebreau2020-01-17
* gnu: Add opensp.•••* gnu/packages/finance.scm (opensp): New variable. Kei Kebreau2020-01-17
* gnu: monero-gui: Update to 0.15.0.3.•••* gnu/packages/finance.scm (monero-gui): Update to 0.15.0.3. [build-system]: Use qt-build-system. [inputs]: Remove qtwebchannel and qtx11extras. [arguments]: Merge fix-library-paths, fix-monerod-path, fix-qt-paths and fix-install-path phases into a fix-paths phase. Remove custom build, change-dir and wrap-program phases. Add configure and build-zxcvbn-c phases. Guillaume Le Vaillant2020-01-10
* gnu: emacs-ledger-mode: Fix autoload failure.•••* gnu/packages/finance.scm (emacs-ledger-mode)[arguments]: Replace the 'relocate-elisp' phase by a 'patch-site-dir' phase to put the files in the right directory and a 'generate-autoload' phase to make the autoload file. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Brant Gardner2020-01-09
* gnu: electron-cash: Use substitute-keyword-arguments from electrum.•••* gnu/packages/finance (electron-cash)[arguments]: Use substitute-keyword-arguments to re-use arguments from electrum. Vagrant Cascadian2019-12-16
* gnu: electron-cash: Update to 4.0.12.•••* gnu/packages/finanace (electron-cash): Update to 4.0.12. [source] switch to git. [inputs] Add libsecp256k1. [arguments] Add phase patching to use libsecp256k1 from inputs. Vagrant Cascadian2019-12-16
* gnu: bitcoin-abc: Update to 0.20.7.•••* gnu/packages/finance.scm (bitcoin-abc): Update to 0.20.7. [native-inputs]: Add autoconf, automake and libtool. [inputs]: Add qrencode and zlib. [arguments]: Remove fix-tests phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Guillaume Le Vaillant2019-12-09
* Merge branch 'master' into stagingMarius Bakke2019-11-21
|\
| * gnu: monero-gui: Update to 0.15.0.1.•••* gnu/packages/finance.scm (monero-gui): Update to 0.15.0.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Guillaume Le Vaillant2019-11-21
| * gnu: monero: Update to 0.15.0.1.•••* gnu/packages/finance.scm (monero): Update to 0.15.0.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Guillaume Le Vaillant2019-11-21
* | Merge branch 'master' into stagingMarius Bakke2019-11-15
|\|
| * gnu: monero-gui: Update to 0.15.0.0.•••* gnu/packages/finance.scm (monero-gui): Update to 0.15.0.0. [home-page]: Update url. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Guillaume Le Vaillant2019-11-10
| * gnu: monero: Update to 0.15.0.0.•••* gnu/packages/finance.scm (monero): Update to 0.15.0.0. [arguments]: Add 'install-librandomx' phase. [home-page]: Update url. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Guillaume Le Vaillant2019-11-10
| * gnu: Add homebank.•••* gnu/packages/finance.scm (homebank): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sebastian Schott2019-11-09
| * gnu: bitcoin-abc: Update to 0.20.4.•••* gnu/packages/finance.scm (bitcoin-abc): Update to 0.20.4. [source]: Fix uri. [inputs]: Use bdb-5.3 (bdb-4.8 is not supported). [arguments]: Add 'fix-tests' phase. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Guillaume Le Vaillant2019-11-01
* | Merge branch 'master' into stagingMarius Bakke2019-10-30
|\|
| * gnu: bitcoin-core: Update to 0.18.1.•••* gnu/packages/finance.scm (bitcoin-core): Update to 0.18.1. Tobias Geerinckx-Rice2019-10-27
* | gnu: electron-cash: Update to 4.0.10.•••* gnu/packages/finance (electron-cash): Update to 4.0.10. [inputs]: Add python-dateutil and python-dnspython. Vagrant Cascadian2019-10-08
|/
* Merge branch 'master' into core-updatesRicardo Wurmus2019-10-06
|\
| * gnu: python-mnemonic: Update to 0.19.•••* gnu/packages/finance.scm (python-mnemonic): Update to 0.19. Tobias Geerinckx-Rice2019-10-06
* | Merge branch 'master' into core-updatesLudovic Courtès2019-09-17
|\|
| * gnu: monero-gui: Update to 0.14.1.2.•••* gnu/packages/finance.scm (monero-gui): Update to 0.14.1.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Guillaume Le Vaillant2019-09-10
| * gnu: monero: Activate Trezor support.•••* gnu/packages/finance.scm (monero): [native-inputs]: Add python and protobuf. [inputs]: Add libusb and protobuf. [arguments]: Add delete-dead-links phase. (monero-gui)[inputs]: Add libusb and protobuf. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Guillaume Le Vaillant2019-09-10
| * gnu: monero: Fix detection of readline library.•••* gnu/packages/finance.scm (monero)[arguments]: Define 'Readline_ROOT_DIR' in 'configure-flags'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Guillaume Le Vaillant2019-09-10
* | Merge branch 'master' into core-updatesMark H Weaver2019-08-22
|\|
| * gnu: Add bitcoin-abc.•••* gnu/packages/finance.scm (bitcoin-abc): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> swedebugia2019-08-22
| * gnu: monero: Update to 0.14.1.2.•••* gnu/packages/finance.scm (monero): Update to 0.14.1.2. [arguments]: Add phase to make files writable for the tests. Enable a previously skipped test. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Guillaume Le Vaillant2019-08-20
* | Merge branch 'master' into core-updatesMarius Bakke2019-08-13
|\|
| * gnu: Update electrum to 3.3.8.•••* gnu/packages/finance (electrum): Update to 3.3.8. Vagrant Cascadian2019-08-11
| * gnu: silkaj: Update to 0.7.3.•••* gnu/packages/finance.scm (silkaj): Update to 0.7.3. Nicolas Goaziou2019-08-01
| * gnu: python-duniterpy: Update to 0.55.1.•••* gnu/packages/finance.scm (python-duniterpy): Update to 0.55.1. Nicolas Goaziou2019-08-01
| * gnu: Add trezord.•••* gnu/packages/finance.scm (trezord): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> mjbecze@riseup.net2019-08-01
| * gnu: Remove python2-trezor and python2-trezor-agent.•••Some of the automatic python3->python2 transformation packages that these depend upon are failing. Just remove these trivial packages to please the CI. * gnu/packages/finance.scm (python2-trezor-agent, python2-trezor): Remove variables. Marius Bakke2019-07-31
* | Merge branch 'master' into core-updatesLudovic Courtès2019-07-17
|\|
| * gnu: monero: Make tests more verbose.•••Increase the verbosity of the 'check' phase to prevent 'core_tests' from hitting 'max-silent-timeout'. * gnu/packages/finance.scm (monero)[arguments]: Add '--verbose' option to 'check' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Guillaume Le Vaillant2019-07-15
| * gnu: Add grisbi.•••* gnu/packages/finance.scm (grisbi): New variable. Signed-off-by: Timothy Sample <samplet@ngyro.com> Tanguy Le Carrour2019-07-12
* | gnu: Update to 0.18.0.•••* gnu/packages/finance.scm (bitcoin-core): Update to 0.18.0. [inputs]: Use bdb-4.8 for compatibility. [arguments]: Remove --with-incompatible-bdb from configure flags and add check-functional phase for functional tests. Carl Dong2019-07-08
|/
* gnu: monero-gui: Update to 0.14.1.0.•••* gnu/packages/finance.scm (monero-gui): Update to 0.14.1.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Guillaume LE VAILLANT2019-07-03