guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/18: gnu: oniguruma: Update to 6.8.2.


From: Marius Bakke
Subject: 14/18: gnu: oniguruma: Update to 6.8.2.
Date: Thu, 12 Jul 2018 11:21:41 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 483374378bcc6cd0a55f1947547e65206bcbc573
Author: Marius Bakke <address@hidden>
Date:   Thu Jul 12 16:48:55 2018 +0200

    gnu: oniguruma: Update to 6.8.2.
    
    * gnu/packages/textutils.scm (oniguruma): Update to 6.8.2.
---
 gnu/packages/textutils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 5dec414..9cf324b 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -338,7 +338,7 @@ as existing hashing techniques, with provably negligible 
risk of collisions.")
 (define-public oniguruma
   (package
     (name "oniguruma")
-    (version "5.9.6")
+    (version "6.8.2")
     (source (origin
               (method url-fetch)
               (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"))
               (sha256
                (base32
-                "19s79vsclqn170mw0ajwv7j37qsbn4f1yjz3yavnhvva6c820r6m"))))
+                "00s9gjgb3srn5sbmx4x9bssn52mi04d868ghizssdhjlddgxmsmd"))))
     (build-system gnu-build-system)
     (home-page "https://github.com/kkos/oniguruma";)
     (synopsis "Regular expression library")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]