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


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

Hello,

This patch upgrades mariadb to 10.1.20.


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

From 93fb3a2485589b9c7582e9df20d3e96d289b0a30 Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995@gmail.com>
Date: Sun, 1 Jan 2017 18:45:40 +0800
Subject: [PATCH] gnu: mariadb: Update to 10.1.20.

* gnu/packages/databases.scm (mariadb): Update to 10.1.20.
---
 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..66511c64a 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -285,7 +285,7 @@ Language.")
 (define-public mariadb
   (package
     (name "mariadb")
-    (version "10.1.19")
+    (version "10.1.20")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://downloads.mariadb.org/f/"
@@ -293,7 +293,7 @@ Language.")
                                   name "-" version ".tar.gz"))
               (sha256
                (base32
-                "108s4mimdbmgmmn5pcr9a405j70cyny9adzv49s75lg22krp74sv"))))
+                "1fd0kfw94iyprf0466kjw5mwmj4ky0i997lz6499jkb79pr86kn2"))))
     (build-system cmake-build-system)
     (arguments
      '(#:configure-flags
-- 
2.11.0


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


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: mariadb: Update to 10.1.20.
  2017-01-01 11:12 [PATCH] gnu: mariadb: Update to 10.1.20 Alex Vong
@ 2017-01-01 19:51 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2017-01-01 19:51 UTC (permalink / raw)
  To: Alex Vong; +Cc: guix-devel

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

On Sun, Jan 01, 2017 at 07:12:37PM +0800, Alex Vong wrote:
> Hello,
> 
> This patch upgrades mariadb to 10.1.20.
> 

> From 93fb3a2485589b9c7582e9df20d3e96d289b0a30 Mon Sep 17 00:00:00 2001
> From: Alex Vong <alexvong1995@gmail.com>
> Date: Sun, 1 Jan 2017 18:45:40 +0800
> Subject: [PATCH] gnu: mariadb: Update to 10.1.20.
> 
> * gnu/packages/databases.scm (mariadb): Update to 10.1.20.

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:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-01 11:12 [PATCH] gnu: mariadb: Update to 10.1.20 Alex Vong
2017-01-01 19:51 ` 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).