* [bug#75281] [PATCH] gnu: oniguruma: Update to 6.9.10.
@ 2025-01-02 11:23 ashish.is--- via Guix-patches via
0 siblings, 0 replies; only message in thread
From: ashish.is--- via Guix-patches via @ 2025-01-02 11:23 UTC (permalink / raw)
To: 75281; +Cc: Ashish SHUKLA
From: Ashish SHUKLA <ashish.is@lostca.se>
* gnu/packages/textutils.scm (oniguruma): Update to 6.9.10.
Change-Id: I15634b075fbe5c3528f749c92fcbe2ae331850a5
---
gnu/packages/textutils.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 4ac056581a..86b74b2193 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 @@ (define-public pfff
(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 @@ (define-public oniguruma
"/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")
base-commit: ab43d883a0a88adbcfd3c3ab8d4c097cd9054b90
--
2.47.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-01-02 11:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-02 11:23 [bug#75281] [PATCH] gnu: oniguruma: Update to 6.9.10 ashish.is--- via Guix-patches via
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).