mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: mysql: Update to 5.7.17.
* gnu/packages/databases.scm (mysql): Update to 5.7.17. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
f1d136957d
commit
e63b19f509
1 changed files with 2 additions and 2 deletions
|
@ -210,7 +210,7 @@ (define-public bdb-5.3
|
|||
(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 @@ (define-public mysql
|
|||
name "-" version ".tar.gz")))
|
||||
(sha256
|
||||
(base32
|
||||
"198qhd9bdm0fnpp307mgby2aar92yzya0937kxi7bcpdfjcvada9"))))
|
||||
"0lcn9cm36n14g22bcppq5vf4nxbrl3khvlsp9hsixqdfb3l27gyf"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue