gnu: dmenu: Update to 0.5.3.
* gnu/packages/suckless.scm (dmenu): Update to 0.5.3. Change-Id: Id5b458dbad3349037f78bdb2b20d33cab0d1d646
This commit is contained in:
		
							parent
							
								
									330453d8f8
								
							
						
					
					
						commit
						30f0faafc4
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -284,14 +284,14 @@ optimising the environment for the application in use and the task performed.") | |||
| (define-public dmenu | ||||
|   (package | ||||
|     (name "dmenu") | ||||
|     (version "5.2") | ||||
|     (version "5.3") | ||||
|     (source (origin | ||||
|               (method url-fetch) | ||||
|               (uri (string-append "https://dl.suckless.org/tools/dmenu-" | ||||
|                                   version ".tar.gz")) | ||||
|               (sha256 | ||||
|                (base32 | ||||
|                 "14ipsirsfqbyqlnna0k8yla5j6mrbgh3gd9d4xrg4h4inmvwmm6l")))) | ||||
|                 "0pvr6da1v7hmbnacpgxcxv1sakg1nckmw347xhwrhx1dzpk573qs")))) | ||||
|     (build-system gnu-build-system) | ||||
|     (arguments | ||||
|      `(#:tests? #f                      ; no tests | ||||
|  |  | |||
		Reference in a new issue