gnu: sakura: Update to 3.6.0.

* gnu/packages/terminals.scm (sakura): Update to 3.6.0.
master
Tobias Geerinckx-Rice 2018-05-31 02:40:45 +02:00
parent 4ef1d9fd8b
commit 42d93a32ee
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 5 deletions

View File

@ -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)