gnu: oniguruma: Update to 6.9.2.
* gnu/packages/textutils.scm (oniguruma): Update to 6.9.2.
This commit is contained in:
		
							parent
							
								
									2f8e77bee2
								
							
						
					
					
						commit
						142a1684a7
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -364,7 +364,7 @@ as existing hashing techniques, with provably negligible risk of collisions.") | |||
| (define-public oniguruma | ||||
|   (package | ||||
|     (name "oniguruma") | ||||
|     (version "6.9.1") | ||||
|     (version "6.9.2") | ||||
|     (source (origin | ||||
|               (method url-fetch) | ||||
|               (uri (string-append "https://github.com/kkos/" | ||||
|  | @ -372,7 +372,7 @@ as existing hashing techniques, with provably negligible risk of collisions.") | |||
|                                   "/onig-" version ".tar.gz")) | ||||
|               (sha256 | ||||
|                (base32 | ||||
|                 "04pa6dk946xbzy8wz6d2zrpjwhks6559n8zc5ngwr9a5psvzxhy7")))) | ||||
|                 "0slp4hpw9qxk4xhn7abyw7065sd355xwkyfq72glxczcjsqxsynv")))) | ||||
|     (build-system gnu-build-system) | ||||
|     (home-page "https://github.com/kkos/oniguruma") | ||||
|     (synopsis "Regular expression library") | ||||
|  |  | |||
		Reference in a new issue