me
/
guix
Archived
1
0
Fork 0
Commit Graph

280 Commits (09028f0a8356e60b8444dc04dfdb5f4685281654)

Author SHA1 Message Date
Guillaume Le Vaillant 09028f0a83
gnu: monero: Update to 0.17.2.3.
* gnu/packages/finance.scm (monero): Update to 0.17.2.3.
2021-09-01 19:12:28 +02:00
Matthew James Kraai cb68d199d0
gnu: ledger-agent: Remove usage from description.
* gnu/packages/finance.scm (ledger-agent)[description]: Remove usage.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-08-31 15:52:33 +02:00
Nicolas Goaziou 9adb69b089
gnu: python-duniterpy: Update to 1.0.0.
* gnu/packages/finance.scm (python-duniterpy): Update to 1.0.0.
2021-08-22 21:06:39 +02:00
Christopher Lemmer Webber 9455143907
Update 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.
2021-08-15 14:15:37 -04:00
Danny Milosavljevic a47ecef2f1
gnu: electrum: Add Ledger support.
* gnu/packages/finance.scm (electrum)[inputs]: Add python-hidapi,
python-ledgerblue, python-btchip-python.
2021-08-14 15:05:18 +02:00
Danny Milosavljevic 98b47af0ad
gnu: Add python-btchip-python.
* gnu/packages/finance.scm (python-btchip-python): New variable.
2021-08-14 15:05:12 +02:00
Milkey Mouse 59675fef2f
gnu: 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>
2021-08-11 20:42:34 +08:00
Milkey Mouse 30289f4d46
gnu: 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>
2021-08-09 10:19:59 +03:00
Hartmut Goebel 7e24e1e58d
guix: 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.
2021-07-02 16:50:09 -04:00
Guillaume Le Vaillant 976a49bacc
gnu: bitcoin-unlimited: Fix build.
* gnu/packages/finance.scm (bitcoin-unlimited)[arguments]: Disable a test.
2021-06-23 13:38:51 +02:00
Maxim Cournoyer ea0a51071e
gnu: 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.
2021-06-14 00:24:42 -04:00
Vinicius Monego 13d8443acf
gnu: 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>
2021-06-06 23:12:18 +02:00
Guillaume Le Vaillant b149c16371
gnu: 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.
2021-05-15 12:04:31 +02:00
Guillaume Le Vaillant bb6ae50d82
gnu: bitcoin-unlimited: Update to 1.9.2.0.
* gnu/packages/finance.scm (bitcoin-unlimited): Update to 1.9.2.0.
2021-05-15 10:50:45 +02:00
Morgan Smith f84ce99dcc
gnu: 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>
2021-05-14 23:46:07 +02:00
Tobias Geerinckx-Rice 2fc9d51381
gnu: bitcoin-core@0.21: Update to 0.21.1.
* gnu/packages/finance.scm (bitcoin-core-0.21): Update to 0.21.1.
2021-05-04 15:40:31 +02:00
Tobias Geerinckx-Rice 999a1c475f
gnu: monero-gui: Update to 0.17.2.1.
* gnu/packages/finance.scm (monero-gui): Update to 0.17.2.1.
2021-04-19 19:23:00 +02:00
François J 9d21858e92
gnu: 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>
2021-04-17 09:18:27 +02:00
Guillaume Le Vaillant 05aa5f9f39
gnu: monero-gui: Update to 0.17.2.0.
* gnu/packages/finance.scm (monero-gui): Update to 0.17.2.0.
2021-04-12 11:17:59 +02:00
Guillaume Le Vaillant 3c1cfd7d32
gnu: monero: Update to 0.17.2.0.
* gnu/packages/finance.scm (monero): Update to 0.17.2.0.
2021-04-12 11:17:59 +02:00
Guillaume Le Vaillant c901ec27d7
gnu: electron-cash: Add missing input.
Fixes <https://bugs.gnu.org/47654>.

* gnu/packages/finance.scm (electron-cash)[inputs]: Add python-pathvalidate.
2021-04-12 10:16:07 +02:00
Guillaume Le Vaillant 535417a6cb
gnu: bitcoin-unlimited: Use new source repository.
* gnu/packages/finance.scm (bitcoin-unlimited)[source]: Update git repository
  URL.
2021-04-06 15:23:41 +02:00
Guillaume Le Vaillant bed31da50d
gnu: bitcoin-unlimited: Update to 1.9.1.1.
* gnu/packages/finance.scm (bitcoin-unlimited): Update to 1.9.1.1.
2021-04-06 15:23:41 +02:00
ZmnSCPxj d3c8aa3f82
gnu: 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>
2021-03-23 21:44:22 +00:00
Nicolas Goaziou 75a95ed95f
gnu: python-duniterpy: Update to 0.62.0.
* gnu/packages/finance.scm (python-duniterpy): Update to 0.62.0.
2021-03-22 22:36:43 +01:00
Tobias Geerinckx-Rice 4aef8e0af5
gnu: electron-cash: Update to 4.2.4.
* gnu/packages/finance.scm (electron-cash): Update to 4.2.4.
2021-03-10 01:16:07 +01:00
Nicolas Goaziou 8542d6292b
gnu: python-duniterpy: Update to 0.61.0.
* gnu/packages/finance.scm (python-duniterpy): Update to 0.61.0.
2021-02-11 14:50:04 +01:00
Maxim Cournoyer dbcd205050
gnu: 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.
2021-01-27 08:05:42 -05:00
Maxim Cournoyer a34eafce27
gnu: opensp: Move package to (gnu packages xml).
* gnu/packages/finance.scm (opensp): Move to...
* gnu/packages/xml.scm (opensp): ... here.
2021-01-14 09:24:06 -05:00
Guillaume Le Vaillant 9524a2877b
gnu: 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.
2021-01-08 13:39:24 +01:00
Guillaume Le Vaillant bd089edd1a
gnu: monero: Update to 0.17.1.9.
* gnu/packages/finance.scm (monero): Update to 0.17.1.9.
2021-01-08 13:39:24 +01:00
Christopher Baines 94803ec345
gnu: bitcoin-unlimited: Fix time specific test failure.
* gnu/packages/finance.scm (bitcoin-unlimited)[arguments]: Patch test to fix
time specific failure.
2020-12-31 19:49:37 +00:00
Guillaume Le Vaillant 67497e2089
gnu: monero-gui: Update to 0.17.1.8.
* gnu/packages/finance.scm (monero-gui): Update to 0.17.1.8.
2020-12-31 10:04:23 +01:00
Guillaume Le Vaillant 093429cc6a
gnu: monero: Update to 0.17.1.8.
* gnu/packages/finance.scm (monero): Update to 0.17.1.8.
2020-12-31 09:21:37 +01:00
John Doe 8a2a5ad696
gnu: 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>
2020-12-28 13:21:14 +02:00
Tobias Geerinckx-Rice 6bd9980e62
gnu: electron-cash: Update to 4.2.3.
* gnu/packages/finance.scm (electron-cash): Update to 4.2.3.
2020-12-23 00:54:48 +01:00
Kyle Meyer 7a8a4fd7a7
gnu: 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>
2020-12-14 12:20:06 +01:00
Guillaume Le Vaillant 6a012dd1dd
gnu: monero-gui: Update to 0.17.1.7.
* gnu/packages/finance.scm (monero-gui): Update to 0.17.1.7.
2020-12-13 18:57:02 +01:00
Guillaume Le Vaillant 584c602da3
gnu: monero: Update to 0.17.1.7.
* gnu/packages/finance.scm (monero): Update to 0.17.1.7.
2020-12-13 18:57:02 +01:00
Guillaume Le Vaillant 53c480006b
gnu: monero-gui: Update to 0.17.1.6.
* gnu/packages/finance.scm (monero-gui): Update to 0.17.1.6.
2020-12-09 11:34:25 +01:00
Guillaume Le Vaillant 5560bd7b6b
gnu: monero: Update to 0.17.1.6.
* gnu/packages/finance.scm (monero): Update to 0.17.1.6.
2020-12-09 11:34:25 +01:00
Martin Becze 2d8deaa06e
gnu: trezord: Update to 2.0.30.
* gnu/packages/finance.scm (trezord): Update to 2.0.30.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-08 08:50:43 +00:00
Giacomo Leidi 0c86b24c41
gnu: Add hledger-web.
* gnu/packages/finance.scm (hledger-web): New variable.

Signed-off-by: Timothy Sample <samplet@ngyro.com>
2020-12-06 21:35:41 -05:00
Guillaume Le Vaillant c2691b2ceb
gnu: electron-cash: Update to 4.2.2.
* gnu/packages/finance.scm (electron-cash): Update to 4.2.2.
  [arguments]: Update 'use-libsecp256k1-input' phase.
2020-11-26 21:06:58 +01:00
Guillaume Le Vaillant ed4a3f4ecb
gnu: monero-gui: Update to 0.17.1.5.
* gnu/packages/finance.scm (monero-gui): Update to 0.17.1.5.
  [arguments]: Remove CMAKE_PREFIX_PATH from 'configure-flags'.
2020-11-26 21:06:58 +01:00
Tobias Geerinckx-Rice 42aaa350c3
gnu: monero: Update to 0.17.1.5.
* gnu/packages/finance.scm (monero): Update to 0.17.1.5.
2020-11-26 20:44:40 +01:00
Carlo Holl 1b12261573
gnu: hledger: Downgrade to 1.14.2.
* gnu/packages/finance.scm (hledger): Downgrade to 0.14.2.
[inputs, native-inputs]: Replace with what is generated by guix import.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-11-25 21:02:16 -05:00
Simon South fa268b28e1
gnu: bitcoin-core: Update to 0.20.1.
* gnu/packages/finance.scm (bitcoin-core): Update to 0.20.1.
[source]: Remove obsolete patch.
[native-inputs]: Add autoconf, automake and libtool.
[inputs]: Remove protobuf.
[arguments]: Add "set-no-git-flag" phase to indicate the build is not taking
place within a git repository.
* gnu/packages/patches/bitcoin-core-python-compat.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-11-18 08:44:43 +00:00
Tobias Geerinckx-Rice 7214dc8449
gnu: python-duniterpy: Update to 0.60.1.
* gnu/packages/finance.scm (python-duniterpy): Update to 0.60.1.
2020-11-14 01:50:28 +01:00
Guillaume Le Vaillant 903ff4254f
gnu: monero-gui: Update to 0.17.1.4.
* gnu/packages/finance.scm (monero-gui): Update to 0.17.1.4.
  [inputs]: Remove qtlocation and qtmultimedia.
  [arguments]: Remove custom CMAKE_BUILD_TYPE, and set CMAKE_PREFIX_PATH to
  empty string in 'configure-flags' to fix a "file name too long" error during
  build. Remove patching of "monero/src/version.cpp.in" in 'fix-build' phase.
2020-11-11 14:01:17 +01:00