guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: oniguruma: Update to 6.9.2.


From: guix-commits
Subject: 01/06: gnu: oniguruma: Update to 6.9.2.
Date: Tue, 14 May 2019 18:25:10 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 142a1684a7f11cbc834b9f5330c3689f49c4719d
Author: Marius Bakke <address@hidden>
Date:   Tue May 14 15:37:05 2019 +0200

    gnu: oniguruma: Update to 6.9.2.
    
    * gnu/packages/textutils.scm (oniguruma): Update to 6.9.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 da5cd01..c204fb9 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -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")



reply via email to

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