mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: bitcoin-core: Update to 0.19.1.
* gnu/packages/finance.scm (bitcoin-core): Update to 0.19.1. Co-Authored-By: fanquake <fanquake@gmail.com>
This commit is contained in:
parent
21656ffa3b
commit
90799c35bd
1 changed files with 2 additions and 2 deletions
|
@ -97,7 +97,7 @@ (define-module (gnu packages finance)
|
||||||
(define-public bitcoin-core
|
(define-public bitcoin-core
|
||||||
(package
|
(package
|
||||||
(name "bitcoin-core")
|
(name "bitcoin-core")
|
||||||
(version "0.19.0.1")
|
(version "0.19.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -105,7 +105,7 @@ (define-public bitcoin-core
|
||||||
version "/bitcoin-" version ".tar.gz"))
|
version "/bitcoin-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1172dl4b8h2a80ilk9sfgbl8yi55k6hs4b1m07nic2ls4irgkjbs"))))
|
"1h3w7brc18145np920vy7j5ms5hym59hvr40swdjx34fbdaisngj"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
Loading…
Reference in a new issue