unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55482] [PATCH] gnu: botan: Update to 2.19.1.
@ 2022-05-17 14:05 Jack Hill
  2022-05-17 21:08 ` bug#55482: " Maxim Cournoyer
  0 siblings, 1 reply; 3+ messages in thread
From: Jack Hill @ 2022-05-17 14:05 UTC (permalink / raw)
  To: 55482

* gnu/packages/crypto.scm (botan): Update to 2.19.1.
---
 gnu/packages/crypto.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

I tested this change by building Botan's two dependent packages on
x86_64 Linux, and everything looked good.

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index f938d3c115..25aa745b7e 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -946,14 +946,14 @@ (define-public rhash
 (define-public botan
   (package
     (name "botan")
-    (version "2.18.2")
+    (version "2.19.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://botan.randombit.net/releases/"
                                   "Botan-" version ".tar.xz"))
               (sha256
                (base32
-                "0zih8agygp39ff0dwi3fv8y7dnnzpz3y86kcgjbhzlxry49kn6jl"))))
+                "0q2mzzg0a40prp9gwjk7d9fn8kwj6z2x6h6mzlm0hr6sxz7h0vp2"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases
-- 
2.36.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#55482: [PATCH] gnu: botan: Update to 2.19.1.
  2022-05-17 14:05 [bug#55482] [PATCH] gnu: botan: Update to 2.19.1 Jack Hill
@ 2022-05-17 21:08 ` Maxim Cournoyer
  2022-05-17 21:12   ` [bug#55482] " Jack Hill
  0 siblings, 1 reply; 3+ messages in thread
From: Maxim Cournoyer @ 2022-05-17 21:08 UTC (permalink / raw)
  To: Jack Hill; +Cc: 55482-done

Hi Jack,

Jack Hill <jackhill@jackhill.us> writes:

> * gnu/packages/crypto.scm (botan): Update to 2.19.1.
> ---
>  gnu/packages/crypto.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> I tested this change by building Botan's two dependent packages on
> x86_64 Linux, and everything looked good.
>
> diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
> index f938d3c115..25aa745b7e 100644
> --- a/gnu/packages/crypto.scm
> +++ b/gnu/packages/crypto.scm
> @@ -946,14 +946,14 @@ (define-public rhash
>  (define-public botan
>    (package
>      (name "botan")
> -    (version "2.18.2")
> +    (version "2.19.1")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append "https://botan.randombit.net/releases/"
>                                    "Botan-" version ".tar.xz"))
>                (sha256
>                 (base32
> -                "0zih8agygp39ff0dwi3fv8y7dnnzpz3y86kcgjbhzlxry49kn6jl"))))
> +                "0q2mzzg0a40prp9gwjk7d9fn8kwj6z2x6h6mzlm0hr6sxz7h0vp2"))))
>      (build-system gnu-build-system)
>      (arguments
>       '(#:phases

Applied as 423a3a6b6a, thanks!

Maxim




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#55482] [PATCH] gnu: botan: Update to 2.19.1.
  2022-05-17 21:08 ` bug#55482: " Maxim Cournoyer
@ 2022-05-17 21:12   ` Jack Hill
  0 siblings, 0 replies; 3+ messages in thread
From: Jack Hill @ 2022-05-17 21:12 UTC (permalink / raw)
  To: Maxim Cournoyer; +Cc: 55482-done

On Tue, 17 May 2022, Maxim Cournoyer wrote:

> Applied as 423a3a6b6a, thanks!

Awesome, thank you!




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-17 21:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-17 14:05 [bug#55482] [PATCH] gnu: botan: Update to 2.19.1 Jack Hill
2022-05-17 21:08 ` bug#55482: " Maxim Cournoyer
2022-05-17 21:12   ` [bug#55482] " Jack Hill

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).