guix-commits
[Top][All Lists]
Advanced

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

14/16: gnu: oniguruma: Update to 6.9.1.


From: guix-commits
Subject: 14/16: gnu: oniguruma: Update to 6.9.1.
Date: Mon, 18 Feb 2019 12:07:30 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit af4ce1f21542525b2eacfba7e846149b1fb003e2
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Feb 18 17:44:53 2019 +0100

    gnu: oniguruma: Update to 6.9.1.
    
    * gnu/packages/textutils.scm (oniguruma): Update to 6.9.1.
---
 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 d2f8442..b0a4462 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -341,7 +341,7 @@ as existing hashing techniques, with provably negligible 
risk of collisions.")
 (define-public oniguruma
   (package
     (name "oniguruma")
-    (version "6.9.0")
+    (version "6.9.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/kkos/";
@@ -349,7 +349,7 @@ as existing hashing techniques, with provably negligible 
risk of collisions.")
                                   "/onig-" version ".tar.gz"))
               (sha256
                (base32
-                "1jg76i2ksf3s4bz4h3g2f9ac19q31lzxs11j900w7qqc0mgb5gwi"))))
+                "04pa6dk946xbzy8wz6d2zrpjwhks6559n8zc5ngwr9a5psvzxhy7"))))
     (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]