guix-commits
[Top][All Lists]
Advanced

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

29/31: gnu: sakura: Update to 3.6.0.


From: Tobias Geerinckx-Rice
Subject: 29/31: gnu: sakura: Update to 3.6.0.
Date: Wed, 30 May 2018 22:55:38 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 42d93a32eee444b01bfb018780f09e36f9dc54fc
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu May 31 02:40:45 2018 +0200

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

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index e8b0357..9ee270d 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -617,7 +617,7 @@ eye-candy, customizable, and reasonably lightweight.")
 (define-public sakura
   (package
     (name "sakura")
-    (version "3.5.0")
+    (version "3.6.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://launchpad.net/"; name "/trunk/"
@@ -625,14 +625,13 @@ eye-candy, customizable, and reasonably lightweight.")
                                   ".tar.bz2"))
               (sha256
                (base32
-                "0fhcn3540iw22l5zg3njh5z8cj0g2n9p6fvagjqa5zc323jfsc7b"))))
+                "1q463qm41ym7jb3kbzjz7b6x549vmgkb70arpkhsf86yxly1y5m1"))))
     (build-system cmake-build-system)
     (arguments
-     ;; no check phase
-     '(#:tests? #f))
+     '(#:tests? #f))                    ; no check phase
     (native-inputs
      `(("gettext" ,gettext-minimal)
-       ("perl" ,perl)               ; for pod2man
+       ("perl" ,perl)                   ; for pod2man
        ("pkg-config" ,pkg-config)))
     (inputs
      `(("libxft" ,libxft)



reply via email to

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