guix-commits
[Top][All Lists]
Advanced

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

08/13: gnu: oniguruma: Update to 6.9.4.


From: guix-commits
Subject: 08/13: gnu: oniguruma: Update to 6.9.4.
Date: Mon, 23 Dec 2019 22:01:17 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b818194786801cb9c1b496e098aee1d657e30e96
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Dec 24 00:06:31 2019 +0100

    gnu: oniguruma: Update to 6.9.4.
    
    * gnu/packages/textutils.scm (oniguruma): Update to 6.9.4.
---
 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 9d66dc4..86358fa 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -475,7 +475,7 @@ as existing hashing techniques, with provably negligible 
risk of collisions.")
 (define-public oniguruma
   (package
     (name "oniguruma")
-    (version "6.9.3")
+    (version "6.9.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/kkos/";
@@ -483,7 +483,7 @@ as existing hashing techniques, with provably negligible 
risk of collisions.")
                                   "/onig-" version ".tar.gz"))
               (sha256
                (base32
-                "0pvj37r1rd5h5vw99mdk8z4k44gq1ldwrapkamdiicksdfkr4ndb"))))
+                "0lvd1rpp49i0k1icblb0i76lj2cwmhf1c5p1jdz2m6g0ywpx4sa6"))))
     (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]