gnu: loksh: Update to 6.3.
* gnu/packages/shells.scm (loksh): Update to 6.3.
This commit is contained in:
		
							parent
							
								
									87abf4a844
								
							
						
					
					
						commit
						91653e074f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -575,7 +575,7 @@ The OpenBSD Korn Shell is a cleaned up and enhanced ksh.") | |||
| (define-public loksh | ||||
|   (package | ||||
|     (name "loksh") | ||||
|     (version "6.2") | ||||
|     (version "6.3") | ||||
|     (source | ||||
|      (origin | ||||
|        (method url-fetch) | ||||
|  | @ -584,7 +584,7 @@ The OpenBSD Korn Shell is a cleaned up and enhanced ksh.") | |||
|        (file-name (string-append name "-" version ".tar.gz")) | ||||
|        (sha256 | ||||
|         (base32 | ||||
|          "16mgxby77wgjg1ybp4fb9cvi7a4a387xmfivdxnhphg0vhyr8qd3")))) | ||||
|          "0i1b60g1p19s5cnzz0nmjzjnxywm9szzyp1rcwfcx3gmzvrwr2sc")))) | ||||
|     (build-system gnu-build-system) | ||||
|     (inputs | ||||
|      `(("libbsd" ,libbsd))) | ||||
|  |  | |||
		Reference in a new issue