all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#34163] [PATCH] gnu: bitcoin-core: Update to 0.17.1.
@ 2019-01-21 20:08 Carl Dong
  2019-01-22 14:27 ` bug#34163: " Danny Milosavljevic
  0 siblings, 1 reply; 2+ messages in thread
From: Carl Dong @ 2019-01-21 20:08 UTC (permalink / raw)
  To: 34163

From 97ab4e2863c8eff185a1fe08cd55fb283ef7a7cf Mon Sep 17 00:00:00 2001
From: Carl Dong <accounts@carldong.me>
Date: Mon, 21 Jan 2019 15:04:14 -0500
Subject: [PATCH] gnu: bitcoin-core: Update to 0.17.1.

* gnu/packages/finances.scm (bitcoin-core): Update to 0.17.1.
---
 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 468388797..0081fa51b 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -73,7 +73,7 @@
 (define-public bitcoin-core
   (package
     (name "bitcoin-core")
-    (version "0.16.1")
+    (version "0.17.1")
     (source (origin
              (method url-fetch)
              (uri
@@ -81,7 +81,7 @@
                              version "/bitcoin-" version ".tar.gz"))
              (sha256
               (base32
-               "1zkqp93yircd3pbxczxfnibkpq0sgcv5r7wg6d196b9pwgr9zd39"))))
+               "0am4pnaf2cisv172jqx6jdpzx770agm8777163lkjbw3ryslymiy"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
--
2.20.1

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

* bug#34163: [PATCH] gnu: bitcoin-core: Update to 0.17.1.
  2019-01-21 20:08 [bug#34163] [PATCH] gnu: bitcoin-core: Update to 0.17.1 Carl Dong
@ 2019-01-22 14:27 ` Danny Milosavljevic
  0 siblings, 0 replies; 2+ messages in thread
From: Danny Milosavljevic @ 2019-01-22 14:27 UTC (permalink / raw)
  To: Carl Dong; +Cc: 34163-done

[-- Attachment #1: Type: text/plain, Size: 106 bytes --]

Thanks!

Pushed this and bug#34164 as commit 0a59cc6e8590fc6c2c56dc35aca5c4b558d67901 to
guix master.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2019-01-22 19:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-21 20:08 [bug#34163] [PATCH] gnu: bitcoin-core: Update to 0.17.1 Carl Dong
2019-01-22 14:27 ` bug#34163: " Danny Milosavljevic

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.