guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: sakura: Update to 3.8.4.


From: guix-commits
Subject: 08/08: gnu: sakura: Update to 3.8.4.
Date: Sat, 27 Nov 2021 11:20:55 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ea50a475114f6107e9f5c5d1193f3137d7a1e818
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Nov 27 16:02:48 2021 +0100

    gnu: sakura: Update to 3.8.4.
    
    * gnu/packages/terminals.scm (sakura): Update to 3.8.4.
---
 gnu/packages/terminals.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 0c0c838..778a592 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -870,7 +870,7 @@ a server/client mode.")
 (define-public sakura
   (package
     (name "sakura")
-    (version "3.8.3")
+    (version "3.8.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://launchpad.net/sakura/trunk/";
@@ -878,7 +878,7 @@ a server/client mode.")
                                   ".tar.bz2"))
               (sha256
                (base32
-                "1r2kpvxx21r407s07m5p5x0dam6x863991nmcv6k5ap873fxqh2h"))))
+                "1d8n32xnj21q2xx13xs2r9cfjaq31mxiyhx6d57x9cwnhwb11xn3"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f))                    ; no check phase



reply via email to

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