diff mbox series

[bug#37657] gnu: sakura: Update to 3.7.0.

Message ID 871rvnpp0w.fsf@gmx.com
State Accepted
Headers show
Series [bug#37657] gnu: sakura: Update to 3.7.0. | expand

Commit Message

Pierre Langlois Oct. 8, 2019, 9:25 a.m. UTC
Hello Guix!

I noticed there was a new version of sakura around.

Thanks,
Pierre

Comments

Marius Bakke Oct. 8, 2019, 9:20 p.m. UTC | #1
Pierre Langlois <pierre.langlois@gmx.com> writes:

> Hello Guix!
>
> I noticed there was a new version of sakura around.

Thanks!  Pushed in 9d282fb163.
diff mbox series

Patch

From acbce95fb1a1006232582131ee875782b1d41a15 Mon Sep 17 00:00:00 2001
From: Pierre Langlois <pierre.langlois@gmx.com>
Date: Sun, 6 Oct 2019 12:53:40 +0100
Subject: [PATCH] gnu: sakura: Update to 3.7.0.

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

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index d9a5f1db9a..98e964fa44 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -15,6 +15,7 @@ 
 ;;; Copyright © 2019 Rutger Helling <rhelling@mykolab.com>
 ;;; Copyright © 2018, 2019 Eric Bavier <bavier@member.fsf.org>
 ;;; Copyright © 2019 Julien Lepiller <julien@lepiller.eu>
+;;; Copyright © 2019 Pierre Langlois <pierre.langlois@gmx.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -665,15 +666,15 @@  eye-candy, customizable, and reasonably lightweight.")
 (define-public sakura
   (package
     (name "sakura")
-    (version "3.6.0")
+    (version "3.7.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://launchpad.net/" name "/trunk/"
                                   version "/+download/" name "-" version
-                                  ".tar.bz2"))
+                                  ".tar.gz"))
               (sha256
                (base32
-                "1q463qm41ym7jb3kbzjz7b6x549vmgkb70arpkhsf86yxly1y5m1"))))
+                "15gskj5yv5qs3cj4ps43735kfx2nzjlhq4dk9ghirl8lvhhxsm5m"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f))                    ; no check phase
-- 
2.23.0