Danny Milosavljevic
|
47c8ea994c
|
gnu: Add trezor-agent.
* gnu/packages/finance.scm (trezor-agent): New variable.
|
2017-12-28 10:13:21 +01:00 |
|
Danny Milosavljevic
|
d596fea5fd
|
gnu: Add ledger-agent.
* gnu/packages/finance.scm (ledger-agent): New variable.
|
2017-12-28 10:12:16 +01:00 |
|
Danny Milosavljevic
|
1dca32e3b9
|
gnu: Add python-trezor.
* gnu/packages/finance.scm (python-trezor, python2-trezor): New variables.
|
2017-12-28 09:34:20 +01:00 |
|
Danny Milosavljevic
|
96f5e2e9e4
|
gnu: Add python-ledgerblue.
* gnu/packages/finance.scm: Import (gnu packages libusb).
(python-ledgerblue, python2-ledgerblue): New variables.
|
2017-12-28 08:41:54 +01:00 |
|
Danny Milosavljevic
|
6e9749ef8f
|
gnu: Add python-mnemonic.
* gnu/packages/finance.scm (python-mnemonic, python2-mnemonic): New variables.
|
2017-12-26 01:13:48 +01:00 |
|
Danny Milosavljevic
|
00d3f022b3
|
gnu: Add python-trezor-agent.
* gnu/packages/finance.scm (python-trezor-agent, python2-trezor-agent): New
variables.
|
2017-12-26 01:06:56 +01:00 |
|
Vasile Dumitrascu
|
1d0865c19a
|
gnu: monero-core: Fix missing dependency.
* gnu/packages/finance.scm (monero-core)[inputs]: Add readline.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
2017-11-30 18:14:57 +01:00 |
|
Vasile Dumitrascu
|
12a130b011
|
gnu: monero-core: Update to 0.11.1.0.
* gnu/packages/finance.scm (monero-core): Update to 0.11.1.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
2017-11-27 12:56:36 -05:00 |
|
Vasile Dumitrascu
|
14e09e9039
|
gnu: monero: Update to 0.11.1.0.
* gnu/packages/finance.scm (monero): Update to 0.11.1.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
2017-11-27 12:56:33 -05:00 |
|
Marius Bakke
|
0632c6a84d
|
gnu: bitcoin: Update to 0.15.1.
* gnu/packages/finance.scm (bitcoin-core): Update to 0.15.1.
|
2017-11-19 13:05:15 +01:00 |
|
Ludovic Courtès
|
589e3f4e70
|
gnu: Move more packages from python to python-web.
* 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.
|
2017-11-16 08:45:15 +01:00 |
|
Ludovic Courtès
|
cc6f49121b
|
gnu: Move crypto packages from python to python-crypto.
* 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.
|
2017-11-16 08:45:15 +01:00 |
|
Carlo Zancanaro
|
47bd32d98e
|
gnu: electrum: Update to 3.0.
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>
|
2017-11-07 00:12:10 +01:00 |
|
Christopher Baines
|
fa4f95a7c4
|
gnu: Standardise indentation of finance module imports.
* gnu/packages/finance.scm (define-module): Use 2 space indentation.
|
2017-10-04 07:25:50 +01:00 |
|
Marius Bakke
|
0193812a3d
|
gnu: bitcoin-core: Build with modular Qt.
* 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.
|
2017-09-22 19:07:57 +02:00 |
|
Marius Bakke
|
12ae25db45
|
gnu: bitcoin-core: Update to 0.15.0.1.
* gnu/packages/finance.scm (bitcoin-core): Update to 0.15.0.1.
|
2017-09-22 19:04:21 +02:00 |
|
Efraim Flashner
|
fa7647c631
|
gnu: monero: Fix building on aarch64-linux.
* gnu/packages/finance.scm (monero)[arguments]: Add a configure-flag to
set architecture type on aarch64.
|
2017-09-12 09:55:07 +03:00 |
|
Theodoros Foradis
|
79228a52d2
|
gnu: Add monero-core.
* gnu/packages/finance.scm (monero-core): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
2017-09-11 11:10:21 +02:00 |
|
Theodoros Foradis
|
8514662b20
|
gnu: Add monero.
* gnu/packages/finance.scm (monero): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
2017-09-11 11:10:20 +02:00 |
|
Carlo Zancanaro
|
13035eb2de
|
gnu: electrum: Update to 2.9.3.
* gnu/packages/finance.scm (electrum): Update to 2.9.3.
[inputs]: Add python2-pyaes, python2-pysocks. Remove python2-slowaes.
|
2017-08-30 09:20:52 +02:00 |
|
Leo Famulari
|
f8fabfc99f
|
gnu: bitcoin-core: Actually build the graphical client.
* gnu/packages/finance.scm (bitcoin-core)[inputs]: Replace qtbase with qt.
|
2017-07-20 18:42:28 -04:00 |
|
Marius Bakke
|
f43cc4a386
|
gnu: bitcoin-core: Update to 0.14.2.
* gnu/packages/finance.scm (bitcoin-core): Update to 0.14.2.
|
2017-06-18 18:22:06 +02:00 |
|
Leo Famulari
|
78df8948c8
|
gnu: bitcoin-core: Update to 0.14.1.
* gnu/packages/finance.scm (bitcoin-core): Update to 0.14.1.
|
2017-05-01 14:47:59 -04:00 |
|
Leo Famulari
|
9e61d1534a
|
gnu: bitcoin-core: Update to 0.14.0.
* gnu/packages/finance.scm (bitcoin-core): Update to 0.14.0.
|
2017-03-15 15:48:43 -04:00 |
|
Ludovic Courtès
|
beb1e8067d
|
gnu: Remove unneeded imports.
* gnu/packages/backup.scm: Remove unneeded (guix build utils) import.
* gnu/packages/finance.scm: Likewise.
|
2017-03-08 23:42:52 +01:00 |
|
Carlo Zancanaro
|
9475fd9217
|
gnu: Add electrum.
* gnu/packages/finance.scm (electrum): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
2017-01-24 00:46:37 +01:00 |
|
Hartmut Goebel
|
cb0866c325
|
gnu: Add geierlein.
* gnu/packages/finance.scm (geierlein): New variable.
|
2016-10-17 10:39:21 +02:00 |
|
Efraim Flashner
|
e49e74f5c4
|
gnu: bitcoin-core: Update to 0.13.0.
* gnu/packages/finance.scm (bitcoin-core): Update to 0.13.0.
[native-inputs]: Use python-3 over python-2.
|
2016-09-05 10:47:53 +03:00 |
|
David Craven
|
05fe53c63c
|
gnu: bitcoin-core: Use modular qt.
* gnu/packages/finance.scm (bitcoin-core)[inputs]: Add qtbase. Remove qt.
|
2016-08-18 13:12:25 +02:00 |
|
Andreas Enge
|
fe7fa35320
|
gnu: bitcoin-core: Build with bdb-5.3.
* gnu/packages/finance.scm (bitcoin-core)[inputs]: Replace bdb by bdb-5.3.
|
2016-07-23 20:19:58 +02:00 |
|
Efraim Flashner
|
14ea30e473
|
gnu: bitcoin-core: Update to 0.12.1.
* gnu/packages/finance.scm (bitcoin-core): Update to 0.12.1.
|
2016-06-16 18:06:42 +03:00 |
|
Alex Kost
|
b8fc362239
|
gnu: Use 'emacs-minimal' instead of 'emacs-no-x'.
* 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.
|
2016-05-24 11:32:27 +03:00 |
|
Alex Griffin
|
d3699b311b
|
gnu: Add ledger.
* gnu/packages/finance.scm (ledger): New variable.
Co-authored-by: Alex Kost <alezost@gmail.com>
|
2016-05-16 18:01:18 +03:00 |
|
Efraim Flashner
|
4bc0c634b3
|
gnu: bitcoin-core: Update to 0.11.2.
* gnu/packages/finance.scm (bitcoin-core): Update to 0.11.2.
[native-inputs]: Use python-2 instead of python-wrapper.
|
2016-02-15 15:46:00 +02:00 |
|
Andreas Enge
|
20c6b9dae3
|
gnu: Add bitcoin-core.
* gnu/packages/finance.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Register it.
|
2015-09-22 20:07:49 +02:00 |
|