guix-commits
[Top][All Lists]
Advanced

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

06/10: gnu: oniguruma: Update to 6.9.0.


From: Tobias Geerinckx-Rice
Subject: 06/10: gnu: oniguruma: Update to 6.9.0.
Date: Wed, 31 Oct 2018 23:34:47 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 351a12b0a7e57c9aa95e2780e7e568597a425892
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Oct 31 22:49:49 2018 +0100

    gnu: oniguruma: Update to 6.9.0.
    
    * gnu/packages/textutils.scm (oniguruma): Update to 6.9.0.
---
 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 8780bb2..084017d 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 "6.8.2")
+    (version "6.9.0")
     (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
-                "00s9gjgb3srn5sbmx4x9bssn52mi04d868ghizssdhjlddgxmsmd"))))
+                "1jg76i2ksf3s4bz4h3g2f9ac19q31lzxs11j900w7qqc0mgb5gwi"))))
     (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]