aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
blob: 8753c21e423f880e7a6d9f7f6f6ff1139f8b7254 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012, 2014 Ludovic Courtès <ludo@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.

(define-module (guix))

;; The composite module that re-exports everything from the public modules.

(eval-when (eval load compile)
  (begin
    (define %public-modules
      '(base32
        build-system
        derivations
        download
        ftp-client
        gexp
        monads
        monad-repl
        packages
        store
        utils))

    (for-each (let ((i (module-public-interface (current-module))))
                (lambda (m)
                  (module-use! i (resolve-interface `(guix ,m)))))
              %public-modules)))
-08-05gnu: xmrig: Update to 6.21.3....* gnu/packages/finance.scm (xmrig): Update to 6.21.3. Change-Id: I38b9ea4e69469cfda6b426b008d169891c7ff537 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Ahmad Draidi via Guix-patches via 2024-07-19gnu: p2pool: Update to 4.0....* gnu/packages/finance.scm (p2pool): Update to 4.0. [source]: Update snippet. [inputs]: Add robin-hood-hashing. [arguments]: Update 'check' phase. Change-Id: I215c11d978dccfc5c7767226be1b40d07f2237d9 Guillaume Le Vaillant 2024-07-15gnu: trezord: Use go-1.18....* gnu/packages/finance.scm (trezord): [arguments]: <#:go>: Pin to go-1.18. Change-Id: I000c5ff0755bd247ae9311bb2c171404f751be99 Sharlatan Hellseher 2024-07-15gnu: packages/golang: Set default go version to 1.21....Golang versions 1.17 (02 Aug 2022), 1.18 (01 Feb 2023), 1.19 (06 Sep 2023) and 1.20 (06 Feb 2024) are EOL <https://endoflife.date/go>. These changes set preferable default version to the minimal currently maintained one e.g. 1.21 * gnu/packages/golang.scm (go): Set default to go-1.21, add annotation for the future maintenance. Remove field <#:go> setting Golang version to go-1.18, go-1.19, 1.20 and 1.21: * gnu/packages/admin.scm * gnu/packages/configuration-management.scm * gnu/packages/databases.scm * gnu/packages/disk.scm * gnu/packages/education.scm * gnu/packages/file-systems.scm * gnu/packages/finance.scm * gnu/packages/golang-check.scm * gnu/packages/golang-crypto.scm * gnu/packages/golang-web.scm * gnu/packages/golang-xyz.scm * gnu/packages/golang.scm * gnu/packages/high-availability.scm * gnu/packages/ipfs.scm * gnu/packages/irc.scm * gnu/packages/messaging.scm * gnu/packages/networking.scm * gnu/packages/syncthing.scm * gnu/packages/textutils.scm * gnu/packages/time.scm * gnu/packages/version-control.scm * gnu/packages/video.scm Change-Id: Ieba6a5d7a18423f838d14c02ad55a2ba9c8559eb Sharlatan Hellseher 2024-07-05gnu: python-ta-lib: Update to 0.4.32....* gnu/packages/finance.scm (python-ta-lib): Update to 0.4.32. Change-Id: I4cafd320daf68fd3de69ced3cf310443df7c2255 Vinicius Monego 2024-07-05gnu: homebank: Update to 5.8.1....* gnu/packages/finance.scm (homebank): Update to 5.8.1. Change-Id: I7e050d9a997bab73312691e272a1836dd85580f2 Vinicius Monego 2024-07-05gnu: quantlib: Update to 1.34....* gnu/packages/finance.scm (quantlib): Update to 1.34. [source]: Update URI. Change-Id: Ic357e0fffba595d0591ef6fe290de1945a98cfc8 Vinicius Monego 2024-06-18gnu: bitcoin-core: Update to 27.1....* gnu/packages/finance.scm (bitcoin-core): Update to 27.1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Change-Id: Idc6a1c949103904829ed12cc7699d63e5d6d9d37 Michael Ford 2024-05-30gnu: electron-cash: Update to 4.4.1....* gnu/packages/finance.scm (electron-cash): Update to 4.4.1. Change-Id: I79e4bd3b039074440d897a72ca145c2b2adf0c48 Guillaume Le Vaillant 2024-05-30gnu: bitcoin-unlimited: Update to 2.1.0.0....* gnu/packages/finance.scm (bitcoin-unlimited): Update to 2.1.0.0. Change-Id: I2faf7909c39bb72ceaf4d03b8bbb4f52e599fa3e Guillaume Le Vaillant 2024-04-26gnu: bitcoin-core: Update to 27.0....* gnu/packages/finance.scm (bitcoin-core): Update to 27.0. Signed-off-by: Christopher Baines <mail@cbaines.net> Change-Id: I9dfe21dd2fb49fd6e96d2cfc407c927a770b776e fanquake 2024-04-08gnu: xmrig: Update to 6.21.2....* gnu/packages/finance.scm (xmrig): Update to 6.21.2. Change-Id: I6d4ae6a365979735421a24f0de7225e9268e99ee Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Ahmad Draidi 2024-04-05gnu: bitcoin-core: Update to 26.1....* gnu/packages/finance.scm (bitcoin-core): Update to 26.1. Signed-off-by: Christopher Baines <mail@cbaines.net> fanquake 2024-03-31gnu: homebank: Update to 5.7.4....* gnu/packages/finance.scm (homebank): Update to 5.7.4. [source, home-page]: Follow redirect. [inputs]: Replace libsoup-minimal-2 with libsoup-minimal. Change-Id: Ie48020959f104ce7b0de4fdbf67471de5360d008 Vinicius Monego 2024-03-29gnu: go-gopkg-in-natefinch-lumberjack.v2: Move to golang-xyz....* gnu/packages/golang.scm (go-gopkg-in-natefinch-lumberjack.v2): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/finance.scm: Add (gnu packages golang-xyz) module. Change-Id: Ib31fe5787f7b9a5c10e527ea344adaf587aeea13 Sharlatan Hellseher 2024-03-26gnu: monero-gui: Update to 0.18.3.3....* gnu/packages/finance.scm (monero-gui): Update to 0.18.3.3. Change-Id: I68c6bace805b20de7b172687542a997db48b515b Guillaume Le Vaillant 2024-03-26gnu: monero: Update to 0.18.3.3....* gnu/packages/finance.scm (monero): Update to 0.18.3.3. Change-Id: I9fb61fc648f4839642138ae7b577a1452513891e Guillaume Le Vaillant 2024-03-20gnu: electron-cash: Update to 4.4.0....* gnu/packages/finance.scm (electron-cash): Update to 4.4.0. Change-Id: Ibe9ee61d4d2817b68fb36fb3072c6d16b8bc1016 Guillaume Le Vaillant 2024-03-19gnu: Add fava....* gnu/packages/finance.scm (fava): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> dan 2024-03-19gnu: beancount: Enable tests....* gnu/packages/finance.scm (beancount) [source]: Swap to git checkout, containing all required test data files. [build-system]: Swap to pyproject-build-system. [arguments] <#:phases>: Add 'build-extensions phase. [propagated-inputs]: Add python-auth2client. [native-inputs]: Add gnupg and python-pdfminer-six. Change-Id: Id0c725cae8cdc677ad0c3a0a75be6eea682eee05 Sharlatan Hellseher 2024-03-19gnu: beancount: Enable sanity check....Inputs were swapped to propagated-inputs to allow other packages depending on `beancount` to pass sanity check. * gnu/packages/finance.scm (beancount) [arguments] <#:phases>: Remove 'ignore-googleapis phase. Add 'relax-requirements phase, disabling check for "pdfminer2". [propagated-inputs]: Add python-google-api-client and python-google-auth-oauthlib. Change-Id: I15af4cd9cdbf5d522b9c5570e3ba60ad4d29e231 Sharlatan Hellseher 2024-03-19gnu: beancount: Adjust package style....* gnu/packages/finance.scm (beancount) [arguments]: Use G-expressions. <#:phases>: Remove trailing #f from lambda. Change-Id: I3a248c0b233b0f4d73dcc01f269cfb0a12fe06ff Sharlatan Hellseher 2024-03-17gnu: OpenTaxSolver: Update for 2023 tax filing....* gnu/packages/finance.scm (opentaxsolver)<tax-year, ots-version>: Update for 2023 taxes. Change-Id: I4d740951eff74072acd80948cfac17100345f55c Signed-off-by: Leo Famulari <leo@famulari.name> Zacchaeus Scheffer 2024-03-10gnu: monero-gui: Update to 0.18.3.2....* gnu/packages/finance.scm (monero-gui): Update to 0.18.3.2. Change-Id: I42fdfe59ef9db2ac2dc87bb0783a917e858e025a Guillaume Le Vaillant 2024-03-10gnu: monero: Update to 0.18.3.2....* gnu/packages/finance.scm (monero): Update to 0.18.3.2. Change-Id: Ia3e940e52065786bcae89e046883ad0ff5742752 Guillaume Le Vaillant 2024-03-10gnu: bitcoin-unlimited: Update to 2.0.0.1....* gnu/packages/finance.scm (bitcoin-unlimited): Update to 2.0.0.1. Change-Id: I631b497695ba1933a52ca6ae6944f1fd590d3b26 Guillaume Le Vaillant 2024-02-28gnu: kitsas: Update to 5.4.1...* gnu/packages/finance.scm (kitsas): Update to 5.4.1. [inputs, arguments]: Adapt to building with Qt6. Disable building of tests. Change-Id: I968579d762ebecef9f9e8b602682587a054c41ad Signed-off-by: Andreas Enge <andreas@enge.fr> Saku Laesvuori 2024-02-24gnu: xmrig: Update to 6.21.0....* gnu/packages/finance.scm (xmrig): Update to 6.21.0. Change-Id: I7e873cce85d8e333ecd7a767f9060d858ac94125 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Ahmad Draidi 2024-01-06gnu: p2pool: Update to 3.10....* gnu/packages/finance.scm (p2pool): Update to 3.10. Change-Id: Iebc332cdbd1204a43d5cb53b78994c11191429ca Guillaume Le Vaillant 2024-01-03gnu: go-github-com-gorilla-mux: Move to (gnu packages golang-web)....* gnu/packages/golang.scm (go-github-com-gorilla-mux): Move from here... * gnu/packages/golang-web.scm: ...to here. * gnu/packages/finance.scm: Add (gnu packages golang-web) module. * gnu/packages/web.scm: As above... Change-Id: I1cb94377d581af93593dbb29cb60ddf5fb287ada Sharlatan Hellseher 2023-12-20gnu: bitcoin-core: Update to 26.0....* gnu/packages/finance.scm (bitcoin-core): Update to 26.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Change-Id: Ied4b14221f862e05f37fc0516392d1b474bc6d19 Michael Ford 2023-12-05gnu: python-trezor-agent: Fix inputs....* gnu/packages/finance.scm (python-trezor-agent)[native-inputs]: Move python-bech32, python-cryptography from here ... [propagated-inputs]: ... to here. Change-Id: I2c6c6faf98defeb5aad9fed37494daed2e86b8d0 Efraim Flashner 2023-11-23gnu: beancount: Update to 2.3.6....* gnu/packages/finance.scm (beancount): Update to 2.3.6. Signed-off-by: Christopher Baines <mail@cbaines.net> Vasile Dumitrascu 2023-10-21gnu: bitcoin-core: Update to 25.1....* gnu/packages/finance.scm (bitcoin-core): Update to 25.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org> fanquake 2023-10-11gnu: p2pool: Update to 3.7....* gnu/packages/finance.scm (p2pool): Update to 3.7. Guillaume Le Vaillant 2023-10-11gnu: monero-gui: Update to 0.18.3.1....* gnu/packages/finance.scm (monero-gui): Update to 0.18.3.1. Guillaume Le Vaillant 2023-10-11gnu: monero: Update to 0.18.3.1....* gnu/packages/finance.scm (monero): Update to 0.18.3.1. Guillaume Le Vaillant