mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: libb2: Update to 0.98.1.
* gnu/packages/crypto.scm (libb2): Update to 0.98.1.
This commit is contained in:
parent
e3eaac98d1
commit
f2096f4aa8
1 changed files with 2 additions and 2 deletions
|
@ -647,7 +647,7 @@ (define-public crypto++
|
||||||
(define-public libb2
|
(define-public libb2
|
||||||
(package
|
(package
|
||||||
(name "libb2")
|
(name "libb2")
|
||||||
(version "0.98")
|
(version "0.98.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -655,7 +655,7 @@ (define-public libb2
|
||||||
version "/libb2-" version ".tar.gz"))
|
version "/libb2-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vq39cvwy05754l565xl11rqr2jvjb6ykjzca886vi9vm71y0sg8"))))
|
"0bn7yrzdixdvzm46shbhpkqbr6zyqyxiqn7a7x54ag3mrvfnyqjk"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Reference in a new issue