aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/finance.scm
Commit message (Collapse)AuthorAge
* gnu: Add python-stdnum.Adriano Peluso2018-01-22
| | | | | | * gnu/packages/finance.scm (python-stdnum, python2-stdnum): New variables. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: geierlein: Use HTTPS for home page.Tobias Geerinckx-Rice2018-01-09
| | | | * gnu/packages/finance.scm (geierlein)[home-page]: Use HTTPS.
* gnu: geierlein: Update to 0.9.13.Tobias Geerinckx-Rice2018-01-09
| | | | * gnu/packages/finance.scm (geierlein): Update to 0.9.13.
* gnu: ledger: Fix test failures.Eric Bavier2018-01-08
| | | | | | | * gnu/packages/patches/ledger-revert-boost-python-fix.patch, gnu/packages/patches/ledger-fix-uninitialized.patch: New patches. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/finance.scm (ledger)[source]: Use them.
* gnu: Electrum: Update to 3.0.5 [security fixes].Leo Famulari2018-01-08
| | | | | | | | This fixes a critical security issue: <https://github.com/spesmilo/electrum/issues/3374> * gnu/packages/finance.scm (electrum): Update to 3.0.5.
* gnu: ledger-agent: Escape '@' symbols in description.Marius Bakke2017-12-29
| | | | | | | Fixes a Texinfo syntax error introduced in d596fea5fd6cbcd98f1bc185817f2ae9d82060a9. Reported by Fis Trivial in <https://bugs.gnu.org/29879>. * gnu/packages/finance.scm (ledger-agent)[description]: Escape '@'.
* gnu: Add keepkey-agent.Danny Milosavljevic2017-12-28
| | | | * gnu/packages/finance.scm (keepkey-agent): New variable.
* gnu: Add python-keepkey.Danny Milosavljevic2017-12-28
| | | | * gnu/packages/finance.scm (python-keepkey, python2-keepkey): New variables.
* gnu: Add trezor-agent.Danny Milosavljevic2017-12-28
| | | | * gnu/packages/finance.scm (trezor-agent): New variable.
* gnu: Add ledger-agent.Danny Milosavljevic2017-12-28
| | | | * gnu/packages/finance.scm (ledger-agent): New variable.
* gnu: Add python-trezor.Danny Milosavljevic2017-12-28
| | | | * gnu/packages/finance.scm (python-trezor, python2-trezor): New variables.
* gnu: Add python-ledgerblue.Danny Milosavljevic2017-12-28
| | | | | * gnu/packages/finance.scm: Import (gnu packages libusb). (python-ledgerblue, python2-ledgerblue): New variables.
* gnu: Add python-mnemonic.Danny Milosavljevic2017-12-26
| | | | * gnu/packages/finance.scm (python-mnemonic, python2-mnemonic): New variables.
* gnu: Add python-trezor-agent.Danny Milosavljevic2017-12-26
| | | | | * gnu/packages/finance.scm (python-trezor-agent, python2-trezor-agent): New variables.
* gnu: monero-core: Fix missing dependency.Vasile Dumitrascu2017-11-30
| | | | | | * gnu/packages/finance.scm (monero-core)[inputs]: Add readline. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: monero-core: Update to 0.11.1.0.Vasile Dumitrascu2017-11-27
| | | | | | * gnu/packages/finance.scm (monero-core): Update to 0.11.1.0. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: monero: Update to 0.11.1.0.Vasile Dumitrascu2017-11-27
| | | | | | * gnu/packages/finance.scm (monero): Update to 0.11.1.0. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: bitcoin: Update to 0.15.1.Marius Bakke2017-11-19
| | | | * gnu/packages/finance.scm (bitcoin-core): Update to 0.15.1.
* gnu: Move more packages from python to python-web.Ludovic Courtès2017-11-16
| | | | | | | | | | | | | * gnu/packages/python.scm (python-requests, python2-requests) (python-requests-2.7, python-oauthlib, python2-oauthlib) (python-furl, python2-furl, python-wsgi-intercept) (python-publicsuffix, python2-publicsuffix) (python-publicsuffix2, python2-publicsuffix2): Move to... * gnu/packages/python-web.scm: ... here. * gnu/packages/bioinformatics.scm, gnu/packages/finance.scm: gnu/packages/maths.scm, gnu/packages/terminals.scm, gnu/packages/video.scm, gnu/packages/virtualization.scm: Adjust accordingly.
* gnu: Move crypto packages from python to python-crypto.Ludovic Courtès2017-11-16
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-passlib, python2-passlib) (python-py-bcrypt, python2-py-bcrypt) (python-paramiko, python2-paramiko, python-ecdsa, python2-ecdsa) (python-pycrypto, python2-pycrypto, python-keyring, python2-keyring) (python-certifi, python2-certifi) (python-cryptography-vectors, python2-cryptography-vectors) (python-cryptography, python2-cryptography) (python-pyopenssl, python2-pyopenssl) (python-axolotl-curve25519, python2-axolotl-curve25519) (python-axolotl, python2-axolotl, python2-slowaes) (python-pyaes, python2-pyaes): Move to... * gnu/packages/python-crypto.scm: ... here. New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * gnu/packages/admin.scm, gnu/packages/backup.scm, gnu/packages/crypto.scm, gnu/packages/finance.scm, gnu/packages/irc.scm, gnu/packages/jrnl.scm, gnu/packages/messaging.scm, gnu/packages/openstack.scm, gnu/packages/python-web.scm, gnu/packages/tls.scm, gnu/packages/xorg.scm: Adjust accordingly.
* gnu: electrum: Update to 3.0.Carlo Zancanaro2017-11-07
| | | | | | | | gnu/packages/finance.scm (electrum): Update to 3.0. [inputs]: Change to python3 inputs. [arguments]: Remove python-2. Disable tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Standardise indentation of finance module imports.Christopher Baines2017-10-04
| | | | * gnu/packages/finance.scm (define-module): Use 2 space indentation.
* gnu: bitcoin-core: Build with modular Qt.Marius Bakke2017-09-22
| | | | | | * gnu/packages/finance.scm (bitcoin-core)[native-inputs]: Add QTTOOLS. [inputs]: Remove QT. Add QTBASE. [arguments]: Specify paths to "lrelease" and "lupdate" in #:configure-flags.
* gnu: bitcoin-core: Update to 0.15.0.1.Marius Bakke2017-09-22
| | | | * gnu/packages/finance.scm (bitcoin-core): Update to 0.15.0.1.
* gnu: monero: Fix building on aarch64-linux.Efraim Flashner2017-09-12
| | | | | * gnu/packages/finance.scm (monero)[arguments]: Add a configure-flag to set architecture type on aarch64.
* gnu: Add monero-core.Theodoros Foradis2017-09-11
| | | | | | * gnu/packages/finance.scm (monero-core): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add monero.Theodoros Foradis2017-09-11
| | | | | | * gnu/packages/finance.scm (monero): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: electrum: Update to 2.9.3.Carlo Zancanaro2017-08-30
| | | | | * gnu/packages/finance.scm (electrum): Update to 2.9.3. [inputs]: Add python2-pyaes, python2-pysocks. Remove python2-slowaes.
* gnu: bitcoin-core: Actually build the graphical client.Leo Famulari2017-07-20
| | | | * gnu/packages/finance.scm (bitcoin-core)[inputs]: Replace qtbase with qt.
* gnu: bitcoin-core: Update to 0.14.2.Marius Bakke2017-06-18
| | | | * gnu/packages/finance.scm (bitcoin-core): Update to 0.14.2.
* gnu: bitcoin-core: Update to 0.14.1.Leo Famulari2017-05-01
| | | | * gnu/packages/finance.scm (bitcoin-core): Update to 0.14.1.
* gnu: bitcoin-core: Update to 0.14.0.Leo Famulari2017-03-15
| | | | * gnu/packages/finance.scm (bitcoin-core): Update to 0.14.0.
* gnu: Remove unneeded imports.Ludovic Courtès2017-03-08
| | | | | * gnu/packages/backup.scm: Remove unneeded (guix build utils) import. * gnu/packages/finance.scm: Likewise.
* gnu: Add electrum.Carlo Zancanaro2017-01-24
| | | | | | * gnu/packages/finance.scm (electrum): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add geierlein.Hartmut Goebel2016-10-17
| | | | * gnu/packages/finance.scm (geierlein): New variable.
* gnu: bitcoin-core: Update to 0.13.0.Efraim Flashner2016-09-05
| | | | | * gnu/packages/finance.scm (bitcoin-core): Update to 0.13.0. [native-inputs]: Use python-3 over python-2.
* gnu: bitcoin-core: Use modular qt.David Craven2016-08-18
| | | | * gnu/packages/finance.scm (bitcoin-core)[inputs]: Add qtbase. Remove qt.
* gnu: bitcoin-core: Build with bdb-5.3.Andreas Enge2016-07-23
| | | | * gnu/packages/finance.scm (bitcoin-core)[inputs]: Replace bdb by bdb-5.3.
* gnu: bitcoin-core: Update to 0.12.1.Efraim Flashner2016-06-16
| | | | * gnu/packages/finance.scm (bitcoin-core): Update to 0.12.1.
* gnu: Use 'emacs-minimal' instead of 'emacs-no-x'.Alex Kost2016-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/code.scm (cflow)[native-inputs]: Use 'emacs-minimal' instead of 'emacs-no-x'. * gnu/packages/databases.scm (recutils): Likewise. * gnu/packages/finance.scm (ledger): Likewise * gnu/packages/idutils.scm (idutils): Likewise. * gnu/packages/mail.scm (mu): Likewise. * gnu/packages/ocaml.scm (proof-general): Likewise. * gnu/packages/package-management.scm (guix-0.10.0): Likewise. * gnu/packages/plotutils.scm (asymptote): Likewise. * gnu/packages/scheme.scm (scmutils): Likewise. * gnu/packages/version-control.scm (vc-dwim): Likewise. * gnu/packages/emacs.scm (geiser): Likewise. (paredit): Likewise. (git-modes): Likewise. (magit): Likewise. (magit-svn): Likewise. (haskell-mode): Likewise. (let-alist): Likewise. (emacs-w3m): Likewise. (emacs-wget): Likewise. (emms): Likewise. (bbdb): Likewise. (emacs-mmm-mode): Likewise. (emacs-pdf-tools): Likewise. (emacs-popup)[native-inputs]: Remove as it is not needed for emacs-build-system. (emacs-rfcview): Likewise. (emacs-ffap-rfc-space): Likewise.
* gnu: Add ledger.Alex Griffin2016-05-16
| | | | | | * gnu/packages/finance.scm (ledger): New variable. Co-authored-by: Alex Kost <alezost@gmail.com>
* gnu: bitcoin-core: Update to 0.11.2.Efraim Flashner2016-02-15
| | | | | * gnu/packages/finance.scm (bitcoin-core): Update to 0.11.2. [native-inputs]: Use python-2 instead of python-wrapper.
* gnu: Add bitcoin-core.Andreas Enge2015-09-22
* gnu/packages/finance.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Register it.