mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: sakura: Update to 3.8.4.
* gnu/packages/terminals.scm (sakura): Update to 3.8.4.
This commit is contained in:
parent
ef7bdf93d2
commit
ea50a47511
1 changed files with 2 additions and 2 deletions
|
@ -870,7 +870,7 @@ (define-public foot
|
|||
(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 @@ (define-public sakura
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1r2kpvxx21r407s07m5p5x0dam6x863991nmcv6k5ap873fxqh2h"))))
|
||||
"1d8n32xnj21q2xx13xs2r9cfjaq31mxiyhx6d57x9cwnhwb11xn3"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ; no check phase
|
||||
|
|
Loading…
Reference in a new issue