emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#36406: closed ([PATCH] gnu: Add bitcoin-abc.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#36406: closed ([PATCH] gnu: Add bitcoin-abc.)
Date: Thu, 22 Aug 2019 15:42:02 +0000

Your message dated Thu, 22 Aug 2019 17:41:33 +0200
with message-id <address@hidden>
and subject line Re: [bug#36406] [PATCHv2] gnu: Add bitcoin-abc.
has caused the debbugs.gnu.org bug report #36406,
regarding [PATCH] gnu: Add bitcoin-abc.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
36406: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36406
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add bitcoin-abc. Date: Thu, 27 Jun 2019 22:11:52 +0200 I verified with the hash found here https://download.bitcoinabc.org/0.19.8/linux/bitcoin-abc-0.19-linux-res.yml

I have not tested this with downloading the chain neither have I made any transactions.

Warning: if you start it without specifying a datadir then it defaults to ~/.bitcoin like bitcoin-core.

--
Cheers Swedebugia

Attachment: 0001-gnu-Add-bitcoin-abc.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: [bug#36406] [PATCHv2] gnu: Add bitcoin-abc. Date: Thu, 22 Aug 2019 17:41:33 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)
Hi!

swedebugia <address@hidden> skribis:

> From 5ecc8f90ed89f41ca1e4e1fa5372cf6da114adaf Mon Sep 17 00:00:00 2001
> From: swedebugia <address@hidden>
> Date: Thu, 1 Aug 2019 22:31:42 +0200
> Subject: [PATCH] gnu: Add bitcoin-abc.
>
> * gnu/packages/finance.scm (bitcoin-abc): New variable.

I addressed two tiny issues reported by ‘guix lint’ (see below) and
applied.

Thanks!

Ludo’.

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 1ea583abe3..377cb3a405 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1118,14 +1118,14 @@ Trezor wallet.")
     (name "bitcoin-abc")
     (version "0.19.8")
     (source (origin
-             (method url-fetch)
-             (uri
-              (string-append "https://download.bitcoinabc.org/"; version 
"/linux/src/bitcoin-abc-"
-                              version ".tar.gz"))
-             (sha256
-              (base32
-               "0ndvkxv5m8346bdhfqzgdiz1k9wyjycj05jp7daf9pml3cw79sz5"))))
-    (home-page "https://bitcoinabc.org/";)
+              (method url-fetch)
+              (uri (string-append "https://download.bitcoinabc.org/";
+                                  version "/linux/src/bitcoin-abc-"
+                                  version ".tar.gz"))
+              (sha256
+               (base32
+                "0ndvkxv5m8346bdhfqzgdiz1k9wyjycj05jp7daf9pml3cw79sz5"))))
+    (home-page "https://www.bitcoinabc.org/";)
     (synopsis "Bitcoin ABC peer-to-peer full node for the Bitcoin Cash 
protocol")
     (description
      "Bitcoin Cash brings sound money to the world, fulfilling the original

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]