gnu: oniguruma: Update to 6.8.2.
* gnu/packages/textutils.scm (oniguruma): Update to 6.8.2.
This commit is contained in:
		
							parent
							
								
									6f6f9ef0ce
								
							
						
					
					
						commit
						483374378b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -338,7 +338,7 @@ as existing hashing techniques, with provably negligible risk of collisions.")
 | 
				
			||||||
(define-public oniguruma
 | 
					(define-public oniguruma
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "oniguruma")
 | 
					    (name "oniguruma")
 | 
				
			||||||
    (version "5.9.6")
 | 
					    (version "6.8.2")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://github.com/kkos/"
 | 
					              (uri (string-append "https://github.com/kkos/"
 | 
				
			||||||
| 
						 | 
					@ -346,7 +346,7 @@ as existing hashing techniques, with provably negligible risk of collisions.")
 | 
				
			||||||
                                  "/onig-" version ".tar.gz"))
 | 
					                                  "/onig-" version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "19s79vsclqn170mw0ajwv7j37qsbn4f1yjz3yavnhvva6c820r6m"))))
 | 
					                "00s9gjgb3srn5sbmx4x9bssn52mi04d868ghizssdhjlddgxmsmd"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (home-page "https://github.com/kkos/oniguruma")
 | 
					    (home-page "https://github.com/kkos/oniguruma")
 | 
				
			||||||
    (synopsis "Regular expression library")
 | 
					    (synopsis "Regular expression library")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue