mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: botan: Update to 2.12.1.
* gnu/packages/crypto.scm (botan): Update to 2.12.1.
This commit is contained in:
parent
f3415ba511
commit
64bef450d9
1 changed files with 3 additions and 3 deletions
|
@ -734,14 +734,14 @@ (define-public rhash
|
|||
(define-public botan
|
||||
(package
|
||||
(name "botan")
|
||||
(version "2.7.0")
|
||||
(version "2.12.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://botan.randombit.net/releases/"
|
||||
"Botan-" version ".tgz"))
|
||||
"Botan-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"142aqabwc266jxn8wrp0f1ffrmcvdxwvyh8frb38hx9iaqazjbg4"))))
|
||||
"1ada3ga7b0z4m0vjmxlvfi4nsic2l8kjcy85jwss3z2i58a5y0vy"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Reference in a new issue