diff mbox series

[bug#51401] gnu: bitcoin-core@0.20: Update to 0.20.2

Message ID CAFyhPjWtiW_9tUNvLLRNG=UqspBwG5wOE-beP1DS_ezHkaYa4Q@mail.gmail.com
State Accepted
Headers show
Series [bug#51401] gnu: bitcoin-core@0.20: Update to 0.20.2 | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Michael Ford Oct. 26, 2021, 12:26 a.m. UTC
---
 gnu/packages/finance.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

 ;; The support lifetimes for bitcoin-core versions can be found in
 ;; <https://bitcoincore.org/en/lifecycle/#schedule>.

Comments

Michael Ford Nov. 11, 2021, 6:23 a.m. UTC | #1
Hi,

Just wanted to follow up and check whether there was anything blocking this
for merge, or if it's just stuck in the backlog?

Thanks,
Guillaume Le Vaillant Nov. 11, 2021, 9:40 a.m. UTC | #2
Michael Ford <fanquake@gmail.com> skribis:

> Hi,
>
> Just wanted to follow up and check whether there was anything blocking this
> for merge, or if it's just stuck in the backlog?
>
> Thanks,

Hi,

The long delay in processing patches is indeed because there is a lot of
things in the backlog.

It looks like your email client mangled the patch (cutting long lines,
removing spaces). Could configure your client so that it doesn't do
that? If that's not possible you can also put patches in attachment.

I fixed the patch, added the changelog-style part of the commit message
and pushed it as 3d1c984ad857d9fd56b1ae068adf81cd8e05f83b.
Thanks.
diff mbox series

Patch

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index f0093ba635..df430bbe6e 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -193,7 +193,7 @@  (define-public bitcoin-core-0.21
 (define-public bitcoin-core-0.20
   (package
     (inherit bitcoin-core-0.21)
-    (version "0.20.1")
+    (version "0.20.2")
     (source (origin
               (method url-fetch)
               (uri
@@ -201,7 +201,7 @@  (define-public bitcoin-core-0.20
                               version "/bitcoin-" version ".tar.gz"))
               (sha256
                (base32
-
 "0y5rad68b398arh0abr2wgiwybdw0i5a4dxz9s3fk9fgdbyn5gab"))))))
+
 "14smp5vmh7baabl856wlg7w7y5910jhx6c02mlkm4hkywf3yylky"))))))