unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: mysql: Update to 5.7.17.
@ 2017-01-01  8:48 Alex Vong
  2017-01-01 19:46 ` Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Vong @ 2017-01-01  8:48 UTC (permalink / raw)
  To: guix-devel


[-- Attachment #1.1: Type: text/plain, Size: 40 bytes --]

Hello,

This upgrades mysql to 5.7.17.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-mysql-Update-to-5.7.17.patch --]
[-- Type: text/x-diff, Size: 1277 bytes --]

From d1e28eabd4c225c89dea6fecfca5a08e6b89594a Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995@gmail.com>
Date: Sun, 1 Jan 2017 16:15:51 +0800
Subject: [PATCH] gnu: mysql: Update to 5.7.17.

* gnu/packages/databases.scm (mysql): Update to 5.7.17.
---
 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 b70cca047..c950b8f09 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -210,7 +210,7 @@ SQL, Key/Value, XML/XQuery or Java Object storage for their data model.")
 (define-public mysql
   (package
     (name "mysql")
-    (version "5.7.16")
+    (version "5.7.17")
     (source (origin
              (method url-fetch)
              (uri (list (string-append
@@ -222,7 +222,7 @@ SQL, Key/Value, XML/XQuery or Java Object storage for their data model.")
                           name "-" version ".tar.gz")))
              (sha256
               (base32
-               "198qhd9bdm0fnpp307mgby2aar92yzya0937kxi7bcpdfjcvada9"))))
+               "0lcn9cm36n14g22bcppq5vf4nxbrl3khvlsp9hsixqdfb3l27gyf"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags
-- 
2.11.0


[-- Attachment #1.3: Type: text/plain, Size: 31 bytes --]


Happy New Year!

Cheers,
Alex

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

* Re: [PATCH] gnu: mysql: Update to 5.7.17.
  2017-01-01  8:48 [PATCH] gnu: mysql: Update to 5.7.17 Alex Vong
@ 2017-01-01 19:46 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2017-01-01 19:46 UTC (permalink / raw)
  To: Alex Vong; +Cc: guix-devel

[-- Attachment #1: Type: text/plain, Size: 404 bytes --]

On Sun, Jan 01, 2017 at 04:48:33PM +0800, Alex Vong wrote:
> Hello,
> 
> This upgrades mysql to 5.7.17.
> 

> From d1e28eabd4c225c89dea6fecfca5a08e6b89594a Mon Sep 17 00:00:00 2001
> From: Alex Vong <alexvong1995@gmail.com>
> Date: Sun, 1 Jan 2017 16:15:51 +0800
> Subject: [PATCH] gnu: mysql: Update to 5.7.17.
> 
> * gnu/packages/databases.scm (mysql): Update to 5.7.17.

Thanks, pushed!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2017-01-01 19:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-01  8:48 [PATCH] gnu: mysql: Update to 5.7.17 Alex Vong
2017-01-01 19:46 ` Leo Famulari

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).