gnu: sakura: Update to 3.6.0.
* gnu/packages/terminals.scm (sakura): Update to 3.6.0.
This commit is contained in:
		
							parent
							
								
									4ef1d9fd8b
								
							
						
					
					
						commit
						42d93a32ee
					
				
					 1 changed files with 4 additions and 5 deletions
				
			
		|  | @ -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) | ||||
|  |  | |||
		Reference in a new issue