gnu: loksh: Update to 7.4.
* gnu/packages/shells.scm (loksh): Update to 7.4. Change-Id: Iab2d596702b40535f65106ef064253a79d5db8ce
This commit is contained in:
		
							parent
							
								
									f3173bb901
								
							
						
					
					
						commit
						0b94c107bb
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -789,7 +789,7 @@ The OpenBSD Korn Shell is a cleaned up and enhanced ksh.")
 | 
				
			||||||
(define-public loksh
 | 
					(define-public loksh
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "loksh")
 | 
					    (name "loksh")
 | 
				
			||||||
    (version "7.3")
 | 
					    (version "7.4")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (git-reference
 | 
				
			||||||
| 
						 | 
					@ -801,7 +801,7 @@ The OpenBSD Korn Shell is a cleaned up and enhanced ksh.")
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1miydvb79wagckchinp189l8i81f08lqajg5jngn77m4x4gwjf3n"))))
 | 
					                "0arbncmgs3wzkwlqzp5za8rwh9px2r5mn3i979rabc4cms1bs0l1"))))
 | 
				
			||||||
    (build-system meson-build-system)
 | 
					    (build-system meson-build-system)
 | 
				
			||||||
    (inputs (list ncurses))
 | 
					    (inputs (list ncurses))
 | 
				
			||||||
    (native-inputs (list pkg-config))
 | 
					    (native-inputs (list pkg-config))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue