From 5f1c4692a551abed8139f701d91611c85cd63607 Mon Sep 17 00:00:00 2001 From: Jack Hill Date: Fri, 21 May 2021 15:40:38 -0400 Subject: gnu: botan: Update to 2.18.1. * gnu/packages/crypto.scm (botan): Update to 2.18.1. Signed-off-by: Leo Famulari --- gnu/packages/crypto.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index 2658c38cb4..f333aced1b 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -944,14 +944,14 @@ SHA256, SHA512, SHA3, AICH, ED2K, Tiger, DC++ TTH, BitTorrent BTIH, GOST R (define-public botan (package (name "botan") - (version "2.17.3") + (version "2.18.1") (source (origin (method url-fetch) (uri (string-append "https://botan.randombit.net/releases/" "Botan-" version ".tar.xz")) (sha256 (base32 - "121vn1aryk36cpks70kk4c4cfic5g0qs82bf92xap9258ijkn4kr")))) + "0adf53drhk1hlpfih0175c9081bqpclw6p2afn51cmx849ib9izq")))) (build-system gnu-build-system) (arguments '(#:phases -- cgit v1.2.3 0b6c61019'>refslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-23image: Add a shared-network? field....Mathieu Othacehe
2021-12-23image: Add a shared-store? field....Mathieu Othacehe
2021-11-12image: Support generating GPT images via `partition-table-type`....Ryan Sundberg
2021-10-11gnu: Add platform support....Mathieu Othacehe
2021-02-17image: Export image? procedure....Mathieu Othacehe
2020-09-30image: Add image-type support....Mathieu Othacehe
2020-06-24image: Move hurd image definition to a dedicated file....Mathieu Othacehe
2020-06-13image: Add 'target' support....Mathieu Othacehe
2020-05-26image: Add partition file-system options support....Mathieu Othacehe
2020-05-26image: Set offset default to zero....Mathieu Othacehe
2020-05-26image: Add partition offset support....Mathieu Othacehe
2020-05-05image: Add a new API....Mathieu Othacehe