guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: galera: Update to 26.4.10.


From: guix-commits
Subject: 04/04: gnu: galera: Update to 26.4.10.
Date: Sun, 19 Dec 2021 00:59:51 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 2607ff0b9c72f032da4f6bc6644c671f0553178e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 19 06:59:06 2021 +0100

    gnu: galera: Update to 26.4.10.
    
    * gnu/packages/databases.scm (galera): Update to 26.4.10.
    [source]: Use Git tag.
---
 gnu/packages/databases.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 46f9f70..1f88524 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1068,16 +1068,16 @@ developed in C/C++ to MariaDB and MySQL databases.")
 (define-public galera
   (package
     (name "galera")
-    (version "26.4.7")
+    (version "26.4.10")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (commit "bac8171266cb982fe013ce496d78085438c6f23e")
                     (url "https://github.com/codership/galera";)
+                    (commit (string-append "release_" version))
                     (recursive? #t)))
               (file-name (git-file-name name version))
               (sha256
-               (base32 
"0h7s670pcasq8wzprhyxqfca2cghi62b8xz2kikb2a86wd453qil"))))
+               (base32 
"1n6zhzwj713ixyqvcjn4ldlq0y9fxqgvmqv3cj3h4207v9lwlxxz"))))
     (build-system cmake-build-system)
     (inputs
      (list check boost openssl))



reply via email to

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