From: "ashish.is--- via Guix-patches" via <guix-patches@gnu.org>
To: 75281@debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is@lostca.se>
Subject: [bug#75281] [PATCH] gnu: oniguruma: Update to 6.9.10.
Date: Thu, 2 Jan 2025 11:23:33 +0000 [thread overview]
Message-ID: <794bdedf3235c85687032360e8713f66976f6721.1735817013.git.ashish.is@lostca.se> (raw)
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
reply other threads:[~2025-01-02 11:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=794bdedf3235c85687032360e8713f66976f6721.1735817013.git.ashish.is@lostca.se \
--to=guix-patches@gnu.org \
--cc=75281@debbugs.gnu.org \
--cc=ashish.is@lostca.se \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).