guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: mysql: Update to 5.7.33 [security fixes].


From: guix-commits
Subject: branch master updated: gnu: mysql: Update to 5.7.33 [security fixes].
Date: Wed, 10 Mar 2021 06:27:21 -0500

This is an automated email from the git hooks/post-receive script.

lle_bout pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fdf8283  gnu: mysql: Update to 5.7.33 [security fixes].
fdf8283 is described below

commit fdf82830d417aeb481f1503ab4dd7e7a31f1772d
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Wed Mar 10 12:22:17 2021 +0100

    gnu: mysql: Update to 5.7.33 [security fixes].
    
    * gnu/packages/databases.scm (mysql): Update to 5.7.33.
---
 gnu/packages/databases.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index d8ebc77..8bb248f 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -833,7 +833,7 @@ auto-completion and syntax highlighting.")
 (define-public mysql
   (package
     (name "mysql")
-    (version "5.7.27")
+    (version "5.7.33")
     (source (origin
              (method url-fetch)
              (uri (list (string-append
@@ -845,7 +845,7 @@ auto-completion and syntax highlighting.")
                           name "-" version ".tar.gz")))
              (sha256
               (base32
-               "1fhv16zr46pxm1j8vb8x8mh3nwzglg01arz8gnazbmjqldr5idpq"))))
+               "1bb343mf7n0qg2qz497gxjsqprygrjz1q1pbz76hgqxnsy08sfxd"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]