gnu: bitcoin: Update to 0.15.1.

* gnu/packages/finance.scm (bitcoin-core): Update to 0.15.1.
master
Marius Bakke 2017-11-19 13:05:15 +01:00
parent 53bbafd2db
commit 0632c6a84d
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@
(define-public bitcoin-core
(package
(name "bitcoin-core")
(version "0.15.0.1")
(version "0.15.1")
(source (origin
(method url-fetch)
(uri
@ -67,7 +67,7 @@
version "/bitcoin-" version ".tar.gz"))
(sha256
(base32
"16si3skhm6jhw1pkniv2b9y1kkdhjmhj392palphir0qc1srwzmm"))))
"1d22fgwdcn343kd95lh389hj417zwbmnhi29cij8n7wc0nz2vpil"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)