Age | Commit message (Expand) | Author |
2020-05-26 | gnu: flowee: Update to 2020.04.1....* gnu/packages/finance.scm (flowee): Update to 2020.04.1.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| TomZ |
2020-05-26 | gnu: monero-gui: Update to 0.16.0.0....* gnu/packages/finance.scm (monero-gui): Update to 0.16.0.0.
[native-inputs]: Add monero-source.
[inputs]: Add libgcrypt.
[arguments]: Add 'get-monero-extra-files' phase.
| Guillaume Le Vaillant |
2020-05-26 | gnu: monero: Update to 0.16.0.0....* gnu/packages/finance.scm (monero): Update to 0.16.0.0.
| Guillaume Le Vaillant |
2020-05-16 | gnu: flowee: Update to 2020.03.3....* gnu/packages/finance.scm (flowee): Update to 2020.03.3.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| Tom Zander via Guix-patches via |
2020-05-16 | 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>
| Tom Zander via Guix-patches via |
2020-05-15 | 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.
| Guillaume Le Vaillant |
2020-05-15 | 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.
| Guillaume Le Vaillant |
2020-05-13 | 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.
| Christopher Baines |
2020-05-11 | 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.
| Marius Bakke |
2020-05-10 | 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.
| Vagrant Cascadian |
2020-05-02 | gnu: ledger: Build with Python 3....* gnu/packages/finance.scm (ledger)[inputs]: Change from PYTHON-2 to PYTHON.
| Marius Bakke |
2020-05-02 | 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'.
| Marius Bakke |
2020-04-25 | gnu: flowee: Update to 2020.03.2...* gnu/packages/finance.scm (flowee): Update to 2020.03.2
| TomZ |
2020-04-19 | gnu: Add trezord-udev-rules....* gnu/packages/finance.scm (trezord-udev-rules): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Martin Becze |
2020-04-17 | 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.
| Leo Famulari |
2020-04-17 | 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>
| Martin Becze |
2020-04-17 | 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>
| TomZ |
2020-04-15 | gnu: Add flowee....* gnu/packages/finance.scm (flowee): New variable.
| TomZ |
2020-04-12 | gnu: geierlein: Fix grammar of "allow to do" to "allow doing"....* gnu/packages/finance (geierlein): Fix grammar.
| Vagrant Cascadian |
2020-04-12 | gnu: geierlein: Fix grammar of "allows to send" to "sends"....* gnu/packages/finance (geierlein): Fix grammar.
| Vagrant Cascadian |
2020-04-11 | gnu: python-duniterpy: Update to 0.57.0....* gnu/packages/finance.scm (python-duniterpy): Update to 0.57.0.
| Nicolas Goaziou |
2020-04-10 | gnu: Add fulcrum....* gnu/packages/finance.scm (fulcrum): New variable.
| TomZ |
2020-04-07 | gnu: emacs-beancount: Do not inherit inputs from beancount....* gnu/packages/finance.scm (emacs-beancount)[inputs, native-inputs]: New fields.
| Marius Bakke |
2020-04-07 | gnu: beancount: pytest is a native input....* gnu/packages/finance.scm (beancount)[inputs]: Move PYTHON-PYTEST ...
[native-inputs]: ... here.
| Marius Bakke |
2020-04-07 | gnu: beancount: Do not propagate inputs....* gnu/packages/finance.scm (beancount)[propagated-inputs]: Move everything
from here ...
[inputs]: ... to here.
| Marius Bakke |
2020-04-07 | gnu: emacs-beancount: Move to (gnu packages finance)....This is a fixup for commit abcac7a52932bdf66c333659679b0a5e6169e34c, 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.
| Marius Bakke |
2020-04-02 | 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.
| Christopher Lemmer Webber |
2020-03-29 | 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.
| Tobias Geerinckx-Rice |
2020-03-25 | gnu: electron-cash: Update to 4.0.14....* gnu/packages/finance.scm (electron-cash): Update to 4.0.14.
| Guillaume Le Vaillant |
2020-03-22 | 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.
| Guillaume Le Vaillant |
2020-03-16 | 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 Bakke |
2020-03-10 | 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 Dong |
2020-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 Vaillant |
2020-03-10 | gnu: monero: Update to 0.15.0.5....* gnu/packages/finance.scm (monero): Update to 0.15.0.5.
| Guillaume Le Vaillant |
2020-02-21 | gnu: grisbi: Use HTTPS home page....* gnu/packages/finance.scm (grisbi)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-02-15 | 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 Vaillant |
2020-02-10 | * gnu/packages/finance.scm (bitcoin-core): Update to 0.19.0.1....Co-authored-by: fanquake <fanquake@gmail.com>
| Carl Dong |
2020-01-26 | gnu: libofx: Disable parallel build....* gnu/packages/finance.scm (libofx)[arguments]: Add #:parallel-build?.
| Marius Bakke |
2020-01-25 | 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 Goaziou |
2020-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 Goaziou |
2020-01-25 | gnu: Add bitcoin-unlimited....* gnu/packages/finance.scm (bitcoin-unlimited): New variable.
| Guillaume Le Vaillant |
2020-01-17 | gnu: libofx: Fix description typo....* gnu/packages/finance.scm (libofx): Change "a API" to "an API".
| Kei Kebreau |
2020-01-17 | gnu: Add libofx....* gnu/packages/finance.scm (libofx): New variable.
| Kei Kebreau |
2020-01-17 | gnu: Add opensp....* gnu/packages/finance.scm (opensp): New variable.
| Kei Kebreau |
2020-01-10 | 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 Vaillant |
2020-01-09 | 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 Gardner |
2019-12-16 | 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 Cascadian |
2019-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 Cascadian |
2019-12-09 | 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 Vaillant |
2019-11-21 | Merge branch 'master' into staging | Marius Bakke |