diff options
author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-01-02 11:23:33 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2025-02-26 10:29:11 +0000 |
commit | 90ee330bafc5a95493f9cdae2e32ddf740104ebc (patch) | |
tree | 318a5c1e7720b6aa199ac34b2d41226744af3f7f | |
parent | 853fedfc01544aaee7192e7d0079ca886e184b7e (diff) | |
download | guix-90ee330bafc5a95493f9cdae2e32ddf740104ebc.tar.gz guix-90ee330bafc5a95493f9cdae2e32ddf740104ebc.zip |
gnu: oniguruma: Update to 6.9.10.
* gnu/packages/textutils.scm (oniguruma): Update to 6.9.10.
Change-Id: I15634b075fbe5c3528f749c92fcbe2ae331850a5
Signed-off-by: Christopher Baines <mail@cbaines.net>
-rw-r--r-- | gnu/packages/textutils.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index 229e69a2b3..c886b009be 100644 --- a/gnu/packages/textutils.scm +++ b/gnu/packages/textutils.scm @@ -31,7 +31,7 @@ ;;; Copyright © 2023, 2024 Zheng Junjie <873216071@qq.com> ;;; Copyright © 2024 Timotej Lazar <timotej.lazar@araneo.si> ;;; Copyright © 2024 Sharlatan Hellseher <sharlatanus@gmail.com> -;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se> +;;; Copyright © 2024, 2025 Ashish SHUKLA <ashish.is@lostca.se> ;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com> ;;; ;;; This file is part of GNU Guix. @@ -606,7 +606,7 @@ as existing hashing techniques, with provably negligible risk of collisions.") (define-public oniguruma (package (name "oniguruma") - (version "6.9.5-rev1") + (version "6.9.10") (source (origin (method url-fetch) (uri (string-append "https://github.com/kkos/" @@ -618,7 +618,7 @@ as existing hashing techniques, with provably negligible risk of collisions.") "/onig-" version ".tar.gz")) (sha256 (base32 - "17m92k1n6bvza6m35fpd5g36zwpwm3hfz3478iwj5bvj2sfq8g6k")))) + "01gwd7bkhwl2rdqbfq109vlzznic2pygz3dnhrzykr2rw9dgqp1a")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--disable-static"))) (home-page "https://github.com/kkos/oniguruma") |