From 5b2ee0f3d2575e7c3983c241bcd96e696e1f25f3 Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Thu, 30 May 2024 11:29:35 +0200 Subject: gnu: electron-cash: Update to 4.4.1. * gnu/packages/finance.scm (electron-cash): Update to 4.4.1. Change-Id: I79e4bd3b039074440d897a72ca145c2b2adf0c48 --- gnu/packages/finance.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 446447633e..23905b862d 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -611,7 +611,7 @@ other machines/servers. Electrum does not download the Bitcoin blockchain.") (define-public electron-cash (package (name "electron-cash") - (version "4.4.0") + (version "4.4.1") (source (origin (method git-fetch) @@ -620,7 +620,7 @@ other machines/servers. Electrum does not download the Bitcoin blockchain.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1hfkp24m1yipadanjf5wm6clmyllkcbh7fbw8whnrvxa2v7sa4l8")))) + (base32 "11xhlssr7bvdv3p256k87y35vjzyfd93p72w8f2xy7j5jh6abhp1")))) (build-system python-build-system) (arguments (list -- cgit v1.2.3 d2dd1f38c'>refslogtreecommitdiff
path: root/etc/guix-install.sh
20-01-03 16:06:26 +0100'>2020-01-03
AgeCommit message (Expand)Author
2021-01-03/etc/profile.d/guix.sh: Add guix pull profile even when absent...Jakub Kądziołka
2020-12-18guix-install.sh: Add variable quoting and curly-bracketing....Vincent Legoll
2020-12-18guix-install.sh: Adjust variable use in guix_get_bin_list()....Vincent Legoll
2020-12-18guix-install.sh: Add variable quoting in sys_make_guix_available....Vincent Legoll
2020-12-18guix-install.sh: Replace tabs with spaces....Vincent Legoll
2020-11-15guix-install.sh: don't throw away release candidates when picking the latest ......Daniel Brooks
2020-10-16guix-install.sh: Check the service 'nscd' and suggest it....zimoun
2020-10-16guix-install.sh: Add symbolic links for supported shell completions....zimoun
2020-09-17guix-install.sh: Support OpenRC....Morgan Smith
2020-09-17guix-install.sh: Be POSIX-compliant....Morgan Smith
2020-09-09guix-install.sh: Quote the OpenPGP key URL....Ludovic Courtès
2020-07-16guix-install.sh: Make sure /etc/profile is sourced....Tobias Geerinckx-Rice
2020-07-16guix-install.sh: Suggest running gpg as root....Tobias Geerinckx-Rice
2020-07-14etc: Enable mount unit only if it exists....Tobias Geerinckx-Rice
2020-05-23guix-install.sh: Fix ‘systemctl not found’ error message at probe....Vincent Legoll
2020-05-23guix-install.sh: Add xz to requirements....Vincent Legoll
2020-05-17etc: Install mount unit only if it exists....Tobias Geerinckx-Rice
2020-05-16etc: Add a systemd unit to bind-mount @storedir@ read-only....Tobias Geerinckx-Rice
2020-03-22guix-install.sh: /etc/profile.d/guix.sh sources ~/.guix-profile/etc/profile....Ludovic Courtès
2020-03-22guix-install.sh: Add a trailing colon to 'INFOPATH'....Ludovic Courtès
2020-03-11guix-install.sh: Install SysV init script....Danny Milosavljevic
2020-01-26guix-install.sh: Correctly treat empty or unset $XDG_DATA_DIRS...Alexander Krotov
2020-01-26guix-install.sh: Create /etc/profile.d if it does not exist...Prafulla Giri
2020-01-26guix-install.sh: Export INFOPATH to contain updated guix info-pages...Prafulla Giri
2020-01-17guix-install.sh: Create an init profile during installation...Prafulla Giri
2019-12-04guix-install.sh: Use a deterministic umask....Tobias Geerinckx-Rice
2019-09-05guix-install.sh: Work around locale issues in 'guix-daemon.service'....Ludovic Courtès
2019-07-08guix-install.sh: Don't initialise ~/.gnupg....Tobias Geerinckx-Rice
2019-07-08guix-install.sh: Check for PGP key separately....Tobias Geerinckx-Rice
2019-07-08guix-install.sh: Add missing ‘local’ declaration....Tobias Geerinckx-Rice
2019-07-08guix-install.sh: Treat REQUIRE as the array it is....Tobias Geerinckx-Rice
2019-07-01etc: Do not recommend use of SKS key servers....Ricardo Wurmus
2019-06-29guix-install.sh: Don't authorise hydra.gnu.org....Tobias Geerinckx-Rice
2019-05-10etc: Refer to ci.guix.gnu.org in install script....Ricardo Wurmus
2019-05-02guix-install.sh: Update URL....Ludovic Courtès
2019-02-05guix-install.sh: Avoid "#!/bin/bash" shebang....Ludovic Courtès
2018-12-13guix-install.sh: Use pool.sks-keyservers.net....Ludovic Courtès
2018-12-05guix-install.sh: Use the "ci.guix.info.pub" file name for clarity....Ludovic Courtès
2018-11-23build: Binary tarball now populates the "current-guix" profile....Ludovic Courtès
2018-10-14guix-install.sh: Recognize armhf-linux....Ludovic Courtès
2018-05-19guix-install.sh: Fix chk_require exiting without warning....Maxim Cournoyer
2018-03-29guix-install.sh: Explicitly set root's home directory....Chris Marusich
2018-02-21etc: guix-install.sh: Add aarch64-linux support....Efraim Flashner
2018-01-30etc: Add installation script....Ricardo Wurmus
bootloader: Mark "grub.cfg" and "extlinux.conf" as non-substitutable....Ludovic Courtès
2019-12-23bootloader: grub: Add firmware setup entry....Brice Waegeneire
2019-12-14gnu: Add u-boot-pine64-lts-bootloader....Mathieu Othacehe
2019-10-18gnu: Add u-boot-firefly-rk3399....Vagrant Cascadian
2019-10-18gnu: Add u-boot-rock64-rk3328....Vagrant Cascadian