me
/
guix
Archived
1
0
Fork 0
Commit Graph

237 Commits (e760a15d3523d798016ee4e66cb18d6217d0377f)

Author SHA1 Message Date
Tom Zander via Guix-patches via 737b87cec8
gnu: fulcrum: Update to 1.1.1.
* gnu/packages/finance.scm (fulcrum): Update to 1.1.1.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2020-05-16 14:30:21 +02:00
Guillaume Le Vaillant f7237a2e39
gnu: bitcoin-abc: Update to 0.21.6.
* gnu/packages/finance.scm (bitcoin-abc): Update to 0.21.6.
  [build-system]: Use cmake-build-system.
  [native-inputs]: Remove autoconf, automake and libtool.
  [inputs]: Add zeromq.
  [arguments]: Drop inheritance from bitcoin-core and use explicit
  'make-qt-deterministic', 'set-home' and 'check-functional' phases.
2020-05-15 17:34:52 +02:00
Guillaume Le Vaillant 89c5b924e1
gnu: bitcoin-unlimited: Update to 1.8.0.0.
* gnu/packages/finance.scm (bitcoin-unlimited): Update to 1.8.0.0.
  [arguments]: Add 'fix-build' phase, update 'fix-tests' phase.
2020-05-15 17:34:52 +02:00
Christopher Baines 8ba4d8a347
gnu: bitcoin-core: Reformat the package definition.
Change the indentation to match what Emacs does.

* gnu/packages/finance.scm (bitcoin-core): Change indentation of many lines.
2020-05-13 18:57:01 +01:00
Marius Bakke 46bbdef247
gnu: bitcoin: Fix test failure with Python 3.8.
* gnu/packages/patches/bitcoin-core-python-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/finance.scm (bitcoin-core)[source](patches): New field.
2020-05-11 21:55:01 +02:00
Vagrant Cascadian b76b1d3fb6
gnu: python-trezor: Update to 0.12.0.
* gnu/packages/finance (python-trezor): Update to 0.12.0.
  [arguments] Remove custom 'check phase.
  [propagated-inputs] Remove python-pyblake2.
2020-05-10 14:43:00 -07:00
Marius Bakke 7b07852ddb
gnu: ledger: Build with Python 3.
* gnu/packages/finance.scm (ledger)[inputs]: Change from PYTHON-2 to PYTHON.
2020-05-02 17:42:29 +02:00
Marius Bakke 795b4bca18
gnu: ledger: Update to 3.2.0.
* gnu/packages/finance.scm (ledger): Update to 3.2.0.
[arguments]: Add #:modules and #:imported-modules.  Add phase
'fix-python-installation-directory'.
2020-05-02 16:46:50 +02:00
TomZ 813a88bb5a
gnu: flowee: Update to 2020.03.2
* gnu/packages/finance.scm (flowee): Update to 2020.03.2
2020-04-25 22:24:00 +02:00
Martin Becze 0639a24038
gnu: Add trezord-udev-rules.
* gnu/packages/finance.scm (trezord-udev-rules): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-19 13:27:06 +02:00
Leo Famulari 5a8ef3c127
gnu: Use the test-only time zone database where appropriate.
* gnu/packages/backup.scm (duplicity)[inputs]: Remove tzdata.
[native-inputs]: Add tzdata-for-tests.
* gnu/packages/finance.scm (ledger): Likewise.
* gnu/packages/compression.scm (lhasa)[native-inputs]: Use tzdata-for-tests.
* gnu/packages/cran.scm (r-rstan)[native-inputs]: Likewise.
* gnu/packages/databases.scm (mongodb)[native-inputs]: Likewise.
* gnu/packages/kde-frameworks.scm (kdelibs4support)[native-inputs]: Likewise.
2020-04-17 17:26:56 -04:00
Martin Becze abb37b3c62
gnu: trezord: Update to 2.0.29.
* gnu/packages/finance.scm (trezord): Update to 2.0.29.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-17 23:18:32 +02:00
TomZ 4e3314a4c5
gnu: fulcrum: Update to 1.1.0
* gnu/packages/finance.scm (fulcrum): Update to 1.1.0

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-17 23:18:32 +02:00
TomZ 87b343f753
gnu: Add flowee.
* gnu/packages/finance.scm (flowee): New variable.
2020-04-15 22:27:07 +02:00
Vagrant Cascadian 2918485c9f
gnu: geierlein: Fix grammar of "allow to do" to "allow doing".
* gnu/packages/finance (geierlein): Fix grammar.
2020-04-12 14:23:04 -07:00
Vagrant Cascadian 0fed29843c
gnu: geierlein: Fix grammar of "allows to send" to "sends".
* gnu/packages/finance (geierlein): Fix grammar.
2020-04-12 14:23:01 -07:00
Nicolas Goaziou fbfaba8a7c
gnu: python-duniterpy: Update to 0.57.0.
* gnu/packages/finance.scm (python-duniterpy): Update to 0.57.0.
2020-04-11 14:29:35 +02:00
TomZ 3e6aa0ce96
gnu: Add fulcrum.
* gnu/packages/finance.scm (fulcrum): New variable.
2020-04-10 18:43:38 +02:00
Marius Bakke 48cb64084a
gnu: emacs-beancount: Do not inherit inputs from beancount.
* gnu/packages/finance.scm (emacs-beancount)[inputs, native-inputs]: New fields.
2020-04-07 18:46:38 +02:00
Marius Bakke 74b992fb43
gnu: beancount: pytest is a native input.
* gnu/packages/finance.scm (beancount)[inputs]: Move PYTHON-PYTEST ...
[native-inputs]: ... here.
2020-04-07 18:46:38 +02:00
Marius Bakke 9afc618e1b
gnu: beancount: Do not propagate inputs.
* gnu/packages/finance.scm (beancount)[propagated-inputs]: Move everything
from here ...
[inputs]: ... to here.
2020-04-07 18:46:37 +02:00
Marius Bakke 805d70214a
gnu: emacs-beancount: Move to (gnu packages finance).
This is a fixup for commit abcac7a529, as
inheritance across modules is not safe.  Fixes <https://bugs.gnu.org/40488>.
Reported by Christopher Baines <mail@cbaines.net>.

* gnu/packages/emacs-xyz.scm (emacs-beancount): Move from here ...
* gnu/packages/finance.scm: ... to here.
2020-04-07 18:46:37 +02:00
Christopher Lemmer Webber f1f724841a
gnu: Add beancount.
* gnu/packages/finance.scm (beancount): New variable.
* gnu/packages/patches/beancount-disable-googleapis-fonts.patch: New file.
* gnu/local.mk: Add it.
2020-04-02 11:19:53 -04:00
Tobias Geerinckx-Rice 53b9df20c1
gnu: Remove more packages deprecated for over almost a year.
* gnu/packages/games.scm (armagetron-advanced)
(cataclysm-dark-days-ahead, gnubackgammon, l-abbaye-des-morts)
(the-battle-for-wesnoth, the-battle-for-wesnoth-server)
(project-starfighter, kiki-the-nano-bot, fish-fillets-ng)
(dungeon-crawl-stone-soup): Let's forget this ever happened.
* gnu/packages/emacs-xyz.scm (geiser, paredit, git-modes/old-name)
(magit, magit-svn, haskell-mode, emacs-emms-player-mpv, bbdb)
(ert-runner, groovy-emacs-modes): Remove variable.
* gnu/packages/engineering.scm (emacs-emms-player-simple-mpv)
(emacs-evil-ediff, emacs-evil-mu4e, emacs-wgrep-helm, ao): Likewise.
* gnu/packages/finance.scm (monero-core): Likewise.
* gnu/packages/gnome.scm (dungeon-crawl-stone-soup-tiles)
(tales-of-maj-eyal, battle-tanks, the-legend-of-edgar)
(gnome-tweak-tool): Likewise.
* gnu/packages/gnuzilla.scm (conkeror): Likewise.
* gnu/packages/guile-xyz.scm (mcron2): Likewise.
* gnu/packages/image.scm (pngcrunch): Likewise.
* gnu/packages/linux.scm (eudev-with-hwdb): Likewise.
* gnu/packages/maths.scm (qtoctave): Likewise.
* gnu/packages/package-management.scm (guile2.0-guix): Likewise.
* gnu/packages/php.scm (php-with-bcmath): Likewise.
* gnu/packages/python-xyz.scm (python-kivy-next, python2-kivy-next):
Likewise.
* gnu/packages/video.scm (livestreamer): Likewise.
* gnu/packages/virtualization.scm (lookingglass): Likewise.
* gnu/packages/vulkan.scm (vulkan-icd-loader): Likewise.
* gnu/packages/syndication.scm (newsbeuter): Likewise.
(newsboat)[description]: Remove historical footnote.
2020-03-29 18:40:56 +02:00
Guillaume Le Vaillant 620c756443
gnu: electron-cash: Update to 4.0.14.
* gnu/packages/finance.scm (electron-cash): Update to 4.0.14.
2020-03-25 11:09:45 +01:00
Guillaume Le Vaillant e6a0cd9aa1
gnu: electron-cash: Update to 4.0.13.
This package was inheriting from electrum, but as now almost all the fields
have differences, let's make these two packages independent from each other.

* gnu/packages/finance.scm (electron-cash): Update to 4.0.13.
  [inputs]: Add libevent, openssl, python-cython, python-hidapi,
  python-keepkey, python-stem, python-trezor, qtsvg and zlib.
  [arguments]: Add a wrap-qt phase allowing qtsvg to be found at runtime to
  show SVG icons correctly.
2020-03-22 19:03:52 +01:00
Marius Bakke 200acbc34b
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.
2020-03-16 15:45:33 +01:00
Carl Dong 90799c35bd
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>
2020-03-10 15:27:53 -04:00
Guillaume Le Vaillant 06c8638830
gnu: monero-gui: Update to 0.15.0.4.
* gnu/packages/finance.scm (monero-gui): Update to 0.15.0.4.
2020-03-10 13:55:20 +01:00
Guillaume Le Vaillant fc3aa11385
gnu: monero: Update to 0.15.0.5.
* gnu/packages/finance.scm (monero): Update to 0.15.0.5.
2020-03-10 13:55:20 +01:00
Tobias Geerinckx-Rice 9c99cb2276
gnu: grisbi: Use HTTPS home page.
* gnu/packages/finance.scm (grisbi)[home-page]: Use HTTPS.
2020-02-21 18:33:36 +01:00
Guillaume Le Vaillant 2e5044cfe4
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.
2020-02-15 14:43:30 +01:00
Carl Dong 4730878b81
* gnu/packages/finance.scm (bitcoin-core): Update to 0.19.0.1.
Co-authored-by: fanquake <fanquake@gmail.com>
2020-02-10 13:11:59 -05:00
Marius Bakke c17fb65907
gnu: libofx: Disable parallel build.
* gnu/packages/finance.scm (libofx)[arguments]: Add #:parallel-build?.
2020-01-26 13:59:39 +01:00
Nicolas Goaziou 293bc15d3b
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.
2020-01-25 23:03:19 +01:00
Nicolas Goaziou c1d79b49d1
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".
2020-01-25 23:03:18 +01:00
Guillaume Le Vaillant 0edbb65d5c
gnu: Add bitcoin-unlimited.
* gnu/packages/finance.scm (bitcoin-unlimited): New variable.
2020-01-25 11:25:35 +01:00
Kei Kebreau 8b08cf4fdd
gnu: libofx: Fix description typo.
* gnu/packages/finance.scm (libofx): Change "a API" to "an API".
2020-01-17 15:23:30 -05:00
Kei Kebreau 952fe2da0c
gnu: Add libofx.
* gnu/packages/finance.scm (libofx): New variable.
2020-01-17 15:19:14 -05:00
Kei Kebreau 63ca1a8908
gnu: Add opensp.
* gnu/packages/finance.scm (opensp): New variable.
2020-01-17 15:19:14 -05:00
Guillaume Le Vaillant 230e5db71e
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.
2020-01-10 11:42:05 +01:00
Brant Gardner 2c50e52ab8
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>
2020-01-09 18:21:19 +01:00
Vagrant Cascadian e5c32a3afa
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.
2019-12-16 15:26:07 -08:00
Vagrant Cascadian d08c3e51ab
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.
2019-12-16 14:35:16 -08:00
Guillaume Le Vaillant 054ff198e4
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>
2019-12-09 18:32:04 +01:00
Marius Bakke b60d2bfff9
Merge branch 'master' into staging 2019-11-21 22:44:15 +01:00
Guillaume Le Vaillant a31b9dac1c
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>
2019-11-21 22:41:45 +01:00
Guillaume Le Vaillant 182173b16d
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>
2019-11-21 22:41:45 +01:00
Marius Bakke f056553c6b
Merge branch 'master' into staging 2019-11-15 20:11:35 +01:00
Guillaume Le Vaillant 61fe56fc60
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>
2019-11-10 01:58:18 +01:00
Guillaume Le Vaillant df90b6e793
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>
2019-11-10 01:58:17 +01:00
Sebastian Schott 66b707a7d2
gnu: Add homebank.
* gnu/packages/finance.scm (homebank): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-11-09 00:36:53 +01:00
Guillaume Le Vaillant 28d46d9d43
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>
2019-11-01 00:17:55 +01:00
Marius Bakke 998e6cdcd2
Merge branch 'master' into staging 2019-10-30 14:32:53 +01:00
Tobias Geerinckx-Rice 1219a7cc05
gnu: bitcoin-core: Update to 0.18.1.
* gnu/packages/finance.scm (bitcoin-core): Update to 0.18.1.
2019-10-27 23:58:58 +01:00
Vagrant Cascadian 1ea8b3b1a0
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.
2019-10-08 12:41:44 -07:00
Ricardo Wurmus e08902d3cb
Merge branch 'master' into core-updates 2019-10-06 22:02:20 +02:00
Tobias Geerinckx-Rice 011ec062f3
gnu: python-mnemonic: Update to 0.19.
* gnu/packages/finance.scm (python-mnemonic): Update to 0.19.
2019-10-06 04:46:54 +02:00
Ludovic Courtès 9ff87bb996
Merge branch 'master' into core-updates 2019-09-17 16:27:15 +02:00
Guillaume Le Vaillant deb083628f
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>
2019-09-10 00:34:41 +02:00
Guillaume Le Vaillant b7a07bbd5e
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>
2019-09-10 00:34:41 +02:00
Guillaume Le Vaillant 44554d86da
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>
2019-09-10 00:34:41 +02:00
Mark H Weaver 893c2df00d
Merge branch 'master' into core-updates 2019-08-22 15:53:27 -04:00
swedebugia af01292277
gnu: Add bitcoin-abc.
* gnu/packages/finance.scm (bitcoin-abc): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-08-22 17:59:30 +02:00
Guillaume Le Vaillant f8f2a9449b
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>
2019-08-20 09:20:19 +03:00
Marius Bakke 462ad9f56b
Merge branch 'master' into core-updates 2019-08-13 20:42:06 +02:00
Vagrant Cascadian fae0a777dc
gnu: Update electrum to 3.3.8.
* gnu/packages/finance (electrum): Update to 3.3.8.
2019-08-11 08:42:10 -07:00
Nicolas Goaziou 5d727935a8
gnu: silkaj: Update to 0.7.3.
* gnu/packages/finance.scm (silkaj): Update to 0.7.3.
2019-08-01 22:34:04 +02:00
Nicolas Goaziou a41cd13563
gnu: python-duniterpy: Update to 0.55.1.
* gnu/packages/finance.scm (python-duniterpy): Update to 0.55.1.
2019-08-01 22:24:34 +02:00
mjbecze@riseup.net 01b37d0f74
gnu: Add trezord.
* gnu/packages/finance.scm (trezord): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2019-08-01 22:04:22 +02:00
Marius Bakke af825b11f7
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.
2019-07-31 19:37:32 +02:00
Ludovic Courtès 64de896a71
Merge branch 'master' into core-updates 2019-07-17 15:51:10 +02:00
Guillaume Le Vaillant cb45aad9b0
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>
2019-07-15 12:48:49 +02:00
Tanguy Le Carrour 90bb244f29
gnu: Add grisbi.
* gnu/packages/finance.scm (grisbi): New variable.

Signed-off-by: Timothy Sample <samplet@ngyro.com>
2019-07-12 12:05:00 -04:00
Carl Dong bcfc54fff8
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.
2019-07-08 16:22:01 -04:00
Guillaume LE VAILLANT 1362e52907
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>
2019-07-03 12:03:07 +02:00
Guillaume LE VAILLANT fc54da1d02
gnu: monero: Update to 0.14.1.0.
* gnu/packages/finance.scm (monero): Update to 0.14.1.0.
* gnu/packages/patches/monero-use-system-miniupnpc.patch: Update file.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-03 12:03:07 +02:00
Nicolas Goaziou 0f0651295e
gnu: silkaj: Update to 0.7.2.
* gnu/packages/finance.scm (silkaj): Update to 0.7.2.
2019-07-02 00:45:05 +02:00
Nicolas Goaziou 2868804de6
gnu: python-duniterpy: Update to 0.54.3.
* gnu/packages/finance.scm (python-duniterpy): Update to 0.54.3.
2019-07-02 00:13:08 +02:00
Vagrant Cascadian 7a70e7ca04
gnu: electron-cash: Update to 4.0.7.
* gnu/packages/finance (electron-cash): Update to 4.0.7.
2019-06-26 20:14:45 -07:00
Tobias Geerinckx-Rice 61497aa481
gnu: python-trezor: Update to 0.11.3.
* gnu/packages/finance.scm (python-trezor): Update to 0.11.3.
2019-06-07 18:36:02 +02:00
Tobias Geerinckx-Rice 7b725203a6
gnu: electrum: Update to 3.3.6.
* gnu/packages/finance.scm (electrum): Update to 3.3.6.
2019-06-07 18:36:02 +02:00
Marius Bakke 9d0c291e3e
gnu: Move Sphinx and friends to (gnu packages sphinx).
* gnu/packages/python-xyz.scm (python-sphinxcontrib-websupport,
python2-sphinxcontrib-websupport, python-sphinx, python2-sphinx,
python-sphinx-gallery, python2-sphinx-gallery, python-sphinx-rtd-theme,
python2-sphinx-rtd-theme, python-guzzle-sphinx-theme,
python2-guzzle-sphinx-theme, python-sphinxcontrib-newsfeed,
python-sphinxcontrib-programoutput, python2-sphinxcontrib-programoutput,
python-sphinx-repoze-interface, python2-sphinx-repoze-interface,
python-sphinx-cloud-sptheme, python2-sphinx-cloud-sptheme,
python-sphinx-alabaster-theme, python2-sphinx-alabaster-theme,
python-sphinx-me, python-sphinxcontrib-svg2pdfconverter): Move to ...
(gnu):
* gnu/packages/sphinx.scm: ... here.  New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.
* gnu/packages/admin.scm, gnu/packages/bioinformatics.scm,
gnu/packages/calendar.scm, gnu/packages/cluster.scm,
gnu/packages/databases.scm, gnu/packages/dav.scm, gnu/packages/disk.scm,
gnu/packages/django.scm, gnu/packages/elf.scm, gnu/packages/emacs-xyz.scm,
gnu/packages/emulators.scm, gnu/packages/finance.scm, gnu/packages/image.scm,
gnu/packages/libffi.scm, gnu/packages/mail.scm, gnu/packages/mpd.scm,
gnu/packages/openstack.scm, gnu/packages/pdf.scm, gnu/packages/python-web.scm,
gnu/packages/search.scm, gnu/packages/statistics.scm,
gnu/packages/storage.scm, gnu/packages/sync.scm, gnu/packages/terminals.scm,
gnu/packages/tls.scm, gnu/packages/web.scm: Adjust module imports.
2019-05-24 21:54:31 +02:00
Nicolas Goaziou f41378b797
gnu: silkaj: Update to 0.7.0.
* gnu/packages/finance.scm (silkaj): Update to 0.7.0.
[inputs]: Add python-texttable.
2019-05-23 16:52:55 +02:00
Nicolas Goaziou f918a296e8
gnu: python-duniterpy: Update to 0.54.1.
* gnu/packages/finance.scm (python-duniterpy): Update to 0.54.1.
2019-05-23 16:23:03 +02:00
Tobias Geerinckx-Rice d09a8dffdd
gnu: electrum: Update to 3.3.5.
* gnu/packages/finance.scm (electrum): Update to 3.3.5.
2019-05-11 23:35:33 +02:00
Nicolas Goaziou 5f83b5153a
gnu: python-duniterpy: Update to 0.53.1.
* gnu/packages/finance.scm (python-duniterpy): Update to 0.53.1.
2019-05-02 10:22:36 +02:00
Pierre Neidhardt 1c0dd73092
gnu: emacs-ledger-mode: Use ledger as input.
* gnu/packages/finance.scm (emacs-ledger-mode)[inputs]: Add ledger.
[arguments]: Patch path to ledger executable.
2019-04-24 11:12:02 +02:00
Vagrant Cascadian 3542266a69
gnu: electron-cash: Update to 4.0.1.
* gnu/packages/finance (electron-cash): Update to 4.0.1.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-04-09 10:40:34 +02:00
Vagrant Cascadian 37cff994a6
gnu: python-trezor-agent: Update to 0.13.1.
* gnu/packages/finance (python-trezor-agent): Update to 0.13.1.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-04-09 10:40:32 +02:00
Vagrant Cascadian 52311b51d1
gnu: python-keepkey: Update to 6.0.3.
* gnu/packages/finance (python-keepkey): Update to 6.0.3.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-04-09 10:40:30 +02:00
Vagrant Cascadian 4df33c32d0
gnu: python-trezor: Update to 0.11.2.
* gnu/packages/finance (python-trezor): Update to 0.11.2.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-04-09 10:40:28 +02:00
Tobias Geerinckx-Rice 9859800f5d
gnu: ledger: Update to 3.1.3.
The patch applies but has been unnecessary since 3.1.2.

* gnu/packages/finance.scm (ledger): Update to 3.1.3.
[source]: Remove obsolete patch.
* gnu/packages/patches/ledger-fix-uninitialized.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2019-04-05 06:25:24 +02:00
Nicolas Goaziou 8957ae01c4
gnu: python-duniterpy: Update to 0.53.0.
* gnu/packages/finance.scm (python-duniterpy): Update to 0.53.0.
2019-04-04 00:37:22 +02:00
Vagrant Cascadian 01d8a2a3d9
gnu: electron-cash: Update to 3.3.6.
* gnu/packages/finance (electron-cash): Update to 3.3.6.

Signed-off-by: Leo Famulari <leo@famulari.name>
2019-03-06 16:06:26 -05:00
Vagrant Cascadian 307603dd88
gnu: electrum: Update to 3.3.4.
* gnu/packages/finance (electrum): Update to 3.3.4.

Signed-off-by: Leo Famulari <leo@famulari.name>
2019-03-06 16:06:26 -05:00
Ricardo Wurmus 0df201c05f
gnu: Add emacs-ledger-mode.
* gnu/packages/finance.scm (emacs-ledger-mode): New variable.
2019-02-13 10:55:49 +01:00
Ricardo Wurmus f90ed0284a
gnu: ledger: Update to 3.1.2 [security fixes].
* gnu/packages/finance.scm (ledger): Update to 3.1.2.
[arguments]: Remove #:modules; remove obsolete configure flags; remove make
flags; remove phase "boost-compat"; remove custom check phase; remove
"relocate-elisp" phase; disable broken test in "check-setup" phase.
[native-inputs]: Remove emacs-minimal.
[license]: Remove gpl2+.
* gnu/packages/patches/ledger-revert-boost-python-fix.patch: Remove patch.
* gnu/local.mk (dist_patch_DATA): Remove it.
2019-02-13 10:55:49 +01:00
Vagrant Cascadian 7fafdadd42
gnu: trezor-agent: Update 0.10.0.
Fixes <https://bugs.gnu.org/34377>.

* gnu/packages/finance.scm (trezor-agent): Update to 0.10.0.
[arguments]<#:phases>[fixup-agent-py]: New phase.
[native-inputs]: Add python-hidapi.
[home-page]: Use https url.
2019-02-13 00:26:03 +01:00
Vagrant Cascadian df724c9cfc
gnu: python-trezor-agent: Update to 0.13.0.
* gnu/packages/finance.scm (python-trezor-agent): Update to 0.13.0.
[propagated-inputs]: Add python-configargparse, python-daemon,
python-docutils, python-mnemonic, python-pymsgbox, python-wheel.
[native-inputs]: Add gnupg.
[synopsis]: Generalize description to hardware wallets.
[arguments]<#:phases>[remove-requires-backports-shutil-which]: New phase.
2019-02-13 00:25:41 +01:00