gnu: kanshi: Update to 1.5.1.
* gnu/packages/wm.scm (kanshi): Update to 1.5.1. Change-Id: Ib44661bc215011f10362e06b13c14fa219c1aa85 Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
		
							parent
							
								
									88ee7c9a9c
								
							
						
					
					
						commit
						7f8cd1a3ab
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -2106,7 +2106,7 @@ compositors that support the layer-shell protocol.") | ||||||
| (define-public kanshi | (define-public kanshi | ||||||
|   (package |   (package | ||||||
|     (name "kanshi") |     (name "kanshi") | ||||||
|     (version "1.4.0") |     (version "1.5.1") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method git-fetch) |        (method git-fetch) | ||||||
|  | @ -2115,7 +2115,7 @@ compositors that support the layer-shell protocol.") | ||||||
|              (commit (string-append "v" version)))) |              (commit (string-append "v" version)))) | ||||||
|        (file-name (git-file-name name version)) |        (file-name (git-file-name name version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 "016s2896mnf4dnyyrqp2pnqrvrqn404c6b16d5kcjf1p21003lp5")))) |         (base32 "1mc2zcqsv79y7682nwi1gn8p751zwflm9zirl98v2q2kvx334k8a")))) | ||||||
|     (build-system meson-build-system) |     (build-system meson-build-system) | ||||||
|     (inputs (list wayland)) |     (inputs (list wayland)) | ||||||
|     (native-inputs (list pkg-config scdoc)) |     (native-inputs (list pkg-config scdoc)) | ||||||
|  |  | ||||||
		Reference in a new issue