all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#39219] [PATCH] gnu: bitcoin-core: Update to 0.19.0.1.
@ 2020-01-21 16:02 Carl Dong
  2020-01-24 22:58 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Carl Dong @ 2020-01-21 16:02 UTC (permalink / raw)
  To: 39219; +Cc: M F

* gnu/packages/finance.scm (bitcoin-core): Update to 0.19.0.1.

Co-authored-by: fanquake <fanquake@gmail.com>
---
 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 378491227c..3eee6cf84b 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -97,7 +97,7 @@
 (define-public bitcoin-core
   (package
     (name "bitcoin-core")
-    (version "0.18.1")
+    (version "0.19.0.1")
     (source (origin
              (method url-fetch)
              (uri
@@ -105,7 +105,7 @@
                              version "/bitcoin-" version ".tar.gz"))
              (sha256
               (base32
-               "15mz0gmm058gmq2gdpffbw25jpv7mksyhyfws6i7mqvrapqr6zaw"))))
+               "1172dl4b8h2a80ilk9sfgbl8yi55k6hs4b1m07nic2ls4irgkjbs"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-- 
2.25.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#39219] [PATCH] gnu: bitcoin-core: Update to 0.19.0.1.
  2020-01-21 16:02 [bug#39219] [PATCH] gnu: bitcoin-core: Update to 0.19.0.1 Carl Dong
@ 2020-01-24 22:58 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2020-01-24 22:58 UTC (permalink / raw)
  To: Carl Dong; +Cc: 39219, M F

Hello,

Carl Dong <contact@carldong.me> skribis:

> * gnu/packages/finance.scm (bitcoin-core): Update to 0.19.0.1.
>
> Co-authored-by: fanquake <fanquake@gmail.com>

Go for it!

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-24 22:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-21 16:02 [bug#39219] [PATCH] gnu: bitcoin-core: Update to 0.19.0.1 Carl Dong
2020-01-24 22:58 ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.