diff options
author | Pierre Langlois <pierre.langlois@gmx.com> | 2019-10-06 12:53:40 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-10-08 23:06:31 +0200 |
commit | 9d282fb16344821af6807cf5dfd7b26923d3cbaa (patch) | |
tree | 238532358bcd32598c4b01a08de17637aaa35202 /gnu/packages/terminals.scm | |
parent | 4ed041d90159f0efc0068745ce9ef03bdb6ef234 (diff) | |
download | guix-9d282fb16344821af6807cf5dfd7b26923d3cbaa.tar guix-9d282fb16344821af6807cf5dfd7b26923d3cbaa.tar.gz |
gnu: sakura: Update to 3.7.0.
* gnu/packages/terminals.scm (sakura): Update to 3.7.0.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Diffstat (limited to 'gnu/packages/terminals.scm')
-rw-r--r-- | gnu/packages/terminals.scm | 7 |
1 files 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 |