summaryrefslogtreecommitdiff
path: root/gnu/packages/finance.scm
AgeCommit message (Expand)Author
2021-10-30gnu: ta-lib: Explicitly link math library....* gnu/packages/finance.scm (ta-lib)[arguments]: Add 'link-math-library' phase. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Foo Chuan Wei
2021-10-23gnu: bitcoin-core@0.21: Update to 0.21.2...Signed-off-by: Leo Famulari <leo@famulari.name> Michael Ford
2021-10-18gnu: Add ta-lib....* gnu/packages/finance.scm (ta-lib): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Foo Chuan Wei
2021-10-12gnu: emacs-beancount: Restructure package, now independent of beancount....* gnu/packages/finance.scm (emacs-beancount): Restructure package, now independent of beancount and in its own git repository. Note that there is no version number for the now independent code tree, so unfortunately this might look like a "version downgrade" to some users as it switched from being beancount's revision number to being a git-derived version number. Christine Lemmer-Webber
2021-10-08gnu: Update Haskell ecosystem....Bump packages’ versions to the lastest Stackage or Hackage release. Since packages are interdependent, do so in a single commit. 525 packages have been updated. These packages have been removed, because they fail to build, have no newer version available and no dependencies: corrode ghc-easytest ghc-edisonapi ghc-edisoncore ghc-pandoc-types ghc-regex-tdfa-text These have been removed, because they are no longer required: ghc-happy-1.19.9 ghc-prettyprinter-1.6 ghc-protolude-0.3 ghc-pandoc-citeproc and pandoc-citeproc have been removed, because pandoc does not use them any more. Co-authored-by: Xinglu Chen <public@yoctocell.xyz> Lars-Dominik Braun
2021-10-04gnu: trezor-gpg-pinentry-tk: Adjust package....This was supposed to be part of commit 8cf8be646af814d1fd5d56c4aba7008cae9394f5. * gnu/packages/finance.scm (trezor-gpg-pinentry-tk)[arguments]: Skip tests. [propagated-inputs]: Move python:tk ... [inputs]: ... to here. Efraim Flashner
2021-10-04gnu: Add trezor-gpg-pinentry-tk 0.0.10....* gnu/packages/finance.scm (trezor-gpg-pinentry-tk): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Attila Lendvai
2021-09-05gnu: homebank: Update to 5.5.3....* gnu/packages/finance.scm (homebank): Update to 5.5.3. Tobias Geerinckx-Rice
2021-09-01gnu: electron-cash: Update to 4.2.5....* gnu/packages/finance.scm (electron-cash): Update to 4.2.5. Guillaume Le Vaillant
2021-09-01gnu: monero-gui: Update to 0.17.2.3....* gnu/packages/finance.scm (monero-gui): Update to 0.17.2.3. [arguments]: Update 'fix-build' phase. Remove 'generate-zxcvbn-c' phase. Guillaume Le Vaillant
2021-09-01gnu: monero: Update to 0.17.2.3....* gnu/packages/finance.scm (monero): Update to 0.17.2.3. Guillaume Le Vaillant
2021-08-31gnu: ledger-agent: Remove usage from description....* gnu/packages/finance.scm (ledger-agent)[description]: Remove usage. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Matthew James Kraai
2021-08-22gnu: python-duniterpy: Update to 1.0.0....* gnu/packages/finance.scm (python-duniterpy): Update to 1.0.0. Nicolas Goaziou
2021-08-15Update copyright/name notices for Christine Lemmer-Webber....* doc/guix-cookbook.texi: Update copyright/name for Christine Lemmer-Webber. * gnu/build/image.scm: Likewise. * gnu/build/vm.scm: Likewise. * gnu/packages/admin.scm: Likewise. * gnu/packages/assembly.scm: Likewise. * gnu/packages/audio.scm: Likewise. * gnu/packages/backup.scm: Likewise. * gnu/packages/check.scm: Likewise. * gnu/packages/databases.scm: Likewise. * gnu/packages/emacs-xyz.scm: Likewise. * gnu/packages/finance.scm: Likewise. * gnu/packages/gnupg.scm: Likewise. * gnu/packages/guile-xyz.scm: Likewise. * gnu/packages/guile.scm: Likewise. * gnu/packages/haskell-xyz.scm: Likewise. * gnu/packages/linux.scm: Likewise. * gnu/packages/mail.scm: Likewise. * gnu/packages/password-utils.scm: Likewise. * gnu/packages/perl.scm: Likewise. * gnu/packages/python-web.scm: Likewise. * gnu/packages/python-xyz.scm: Likewise. * gnu/packages/python.scm: Likewise. * gnu/packages/sphinx.scm: Likewise. * gnu/packages/ssh.scm: Likewise. * gnu/packages/xdisorg.scm: Likewise. * gnu/services/networking.scm: Likewise. * gnu/system/vm.scm: Likewise. Christopher Lemmer Webber
2021-08-14gnu: electrum: Add Ledger support....* gnu/packages/finance.scm (electrum)[inputs]: Add python-hidapi, python-ledgerblue, python-btchip-python. Danny Milosavljevic
2021-08-14gnu: Add python-btchip-python....* gnu/packages/finance.scm (python-btchip-python): New variable. Danny Milosavljevic
2021-08-11gnu: python-aiorpcx: Update to 0.22.1....* gnu/packages/finance.scm (electrum)[inputs]: Use python-aiorpcx-0.18. * gnu/packages/python-web.scm (python-aiorpcx): Update to 0.22.1. (python-aiorpcx-0.18): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Milkey Mouse
2021-08-09gnu: electrum: Update to 4.1.5....* gnu/packages/finance.scm (electrum): Update to 4.1.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Milkey Mouse
2021-07-02guix: qt-build-system, qt-utils: Unify wrapping of qt-programs....Unify (guix qt-build-system wrap-all-programs) and (guix qt-utils wrap-qt-program), so both behave the same. The functions now reside in qt-utils to make them easily available for packages not using the qt-build-system. * guix/build/qt-build-system.scm (variables-for-wrapping, wrap-all-programs): Move from here ... * guix/build/qt-utils.scm (variables-for-wrapping, wrap-all-qt-programs): ... to here. Base the later on (wrap-qt-program*): New function, carved out from old wrap-all-programs. (wrap-qt-program): Base on wrap-qt-program*, change arguments in an incompatible way. * gnu/packages/bittorrent.scm (qbittorrent)[arguments]<phases>{wrap-qt}: Adjust to new interface of wrap-qt-program. * gnu/packages/finance.scm (electron-cash): Likewise. * gnu/packages/geo.scm (qgis): Likewise. * gnu/packages/password-utils.scm (qtpass): Likewise. * gnu/packages/video.scm (openshot): Likewise. * gnu/packages/web-browsers.scm (kristall): Likewise. Hartmut Goebel
2021-06-23gnu: bitcoin-unlimited: Fix build....* gnu/packages/finance.scm (bitcoin-unlimited)[arguments]: Disable a test. Guillaume Le Vaillant
2021-06-14gnu: Rename qtbase to qtbase-5....This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit. Maxim Cournoyer
2021-06-06gnu: homebank: Update to 5.5.2....* gnu/packages/finance.scm (homebank): Update to 5.5.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vinicius Monego
2021-05-15gnu: monero-gui: Update to 0.17.2.2....* gnu/packages/finance.scm (monero-gui): Update to 0.17.2.2. [arguments]: Update 'fix-build' phase. Guillaume Le Vaillant
2021-05-15gnu: bitcoin-unlimited: Update to 1.9.2.0....* gnu/packages/finance.scm (bitcoin-unlimited): Update to 1.9.2.0. Guillaume Le Vaillant
2021-05-14gnu: emacs-ledger-mode: Simplify build....* gnu/packages/finance.scm (emacs-ledger-mode) [build-system]: Use emacs-build-system instead of cmake. [arguments]: Remove modules and imported-modules; move patch-path phase to after unpack so that the substitution actually causes a change; remove generate-autoload phase as that's built into the build system; remove patch-site-dir as that only affected cmake things; set #:exclude to '() so we install ledger-test.el. [native-inputs]: Remove emacs-minimal. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Morgan Smith
2021-05-04gnu: bitcoin-core@0.21: Update to 0.21.1....* gnu/packages/finance.scm (bitcoin-core-0.21): Update to 0.21.1. Tobias Geerinckx-Rice
2021-04-19gnu: monero-gui: Update to 0.17.2.1....* gnu/packages/finance.scm (monero-gui): Update to 0.17.2.1. Tobias Geerinckx-Rice
2021-04-17gnu: beancount: Update to 2.3.4....* gnu/packages/finance.scm (beancount): Update to 2.3.4. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> François J
2021-04-12gnu: monero-gui: Update to 0.17.2.0....* gnu/packages/finance.scm (monero-gui): Update to 0.17.2.0. Guillaume Le Vaillant
2021-04-12gnu: monero: Update to 0.17.2.0....* gnu/packages/finance.scm (monero): Update to 0.17.2.0. Guillaume Le Vaillant
2021-04-12gnu: electron-cash: Add missing input....Fixes <https://bugs.gnu.org/47654>. * gnu/packages/finance.scm (electron-cash)[inputs]: Add python-pathvalidate. Guillaume Le Vaillant
2021-04-06gnu: bitcoin-unlimited: Use new source repository....* gnu/packages/finance.scm (bitcoin-unlimited)[source]: Update git repository URL. Guillaume Le Vaillant
2021-04-06gnu: bitcoin-unlimited: Update to 1.9.1.1....* gnu/packages/finance.scm (bitcoin-unlimited): Update to 1.9.1.1. Guillaume Le Vaillant
2021-03-23gnu: bitcoin-core: Add 0.21.0....* gnu/packages/finance.scm (bitcoin-core): Rename to … (bitcoin-core-0.21): … this, and update to 0.21. (bitcoin-core-0.20): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> ZmnSCPxj
2021-03-22gnu: python-duniterpy: Update to 0.62.0....* gnu/packages/finance.scm (python-duniterpy): Update to 0.62.0. Nicolas Goaziou
2021-03-10gnu: electron-cash: Update to 4.2.4....* gnu/packages/finance.scm (electron-cash): Update to 4.2.4. Tobias Geerinckx-Rice
2021-02-11gnu: python-duniterpy: Update to 0.61.0....* gnu/packages/finance.scm (python-duniterpy): Update to 0.61.0. Nicolas Goaziou
2021-01-27gnu: python-xyz: Move a few modules to (gnu packages python-build)....* gnu/packages/python-xyz.scm (python-pep517): Inherit from python-pep517-bootstrap. Remove the inherited common fields. (python-poetry-core, python-wheel) (python-toml): Move to ... * gnu/packages/python-build.scm: ... here, a new module. (python-pep517-bootstrap): New package. * gnu/local.mk (GNU_SYSTEM_MODULES): Register the new module. Maxim Cournoyer
2021-01-14gnu: opensp: Move package to (gnu packages xml)....* gnu/packages/finance.scm (opensp): Move to... * gnu/packages/xml.scm (opensp): ... here. Maxim Cournoyer
2021-01-08gnu: monero-gui: Update to 0.17.1.9....* gnu/packages/finance.scm (monero-gui): Update to 0.17.1.9. [source]: Fetch submodules. Add snippet to remove embedded monero sources. Guillaume Le Vaillant
2021-01-08gnu: monero: Update to 0.17.1.9....* gnu/packages/finance.scm (monero): Update to 0.17.1.9. Guillaume Le Vaillant
2020-12-31gnu: bitcoin-unlimited: Fix time specific test failure....* gnu/packages/finance.scm (bitcoin-unlimited)[arguments]: Patch test to fix time specific failure. Christopher Baines
2020-12-31gnu: monero-gui: Update to 0.17.1.8....* gnu/packages/finance.scm (monero-gui): Update to 0.17.1.8. Guillaume Le Vaillant
2020-12-31gnu: monero: Update to 0.17.1.8....* gnu/packages/finance.scm (monero): Update to 0.17.1.8. Guillaume Le Vaillant
2020-12-28gnu: electrum: Update to 4.0.9....* gnu/packages/finance.scm (electrum): Update to 4.0.9. [inputs]: Remove python-pyaes, python-pysocks, python-sip, python-pbkdf2, python-requests, python-jsonrpclib-pelix and python-ecdsa, python-dnspython-1.16. Add python-dnspython, python-bitstring, python-attrs, python-cryptography, python-qdarkstyle and libsecp256k1. [arguments]: Copy 'use-libsecp256k1-input phase from (electron-cash) to #:phases to fix runtime lookup of libsecp256k1 library. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> John Doe
2020-12-23gnu: electron-cash: Update to 4.2.3....* gnu/packages/finance.scm (electron-cash): Update to 4.2.3. Tobias Geerinckx-Rice
2020-12-14gnu: python-dnspython: Update to 2.0.0....* gnu/packages/python-xyz.scm (python-dnspython): Update to 2.0.0. [source]: Download from pypi. [native-inputs]: Add unzip. [home-page]: Prefer https. (python-dnspython-1.16): (python2-dnspython-1.16): New variables. * gnu/packages/ebook.scm (calibre): * gnu/packages/web.scm (linkchecker): Use python2-dnspython-1.16. * gnu/packages/finance.scm (electrum): Use python-dnspython-1.16. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Kyle Meyer
2020-12-13gnu: monero-gui: Update to 0.17.1.7....* gnu/packages/finance.scm (monero-gui): Update to 0.17.1.7. Guillaume Le Vaillant
2020-12-13gnu: monero: Update to 0.17.1.7....* gnu/packages/finance.scm (monero): Update to 0.17.1.7. Guillaume Le Vaillant
2020-12-09gnu: monero-gui: Update to 0.17.1.6....* gnu/packages/finance.scm (monero-gui): Update to 0.17.1.6. Guillaume Le Vaillant