GNU bug report logs -
#75281
[PATCH] gnu: oniguruma: Update to 6.9.10.
Previous Next
Reported by: ashish.is <at> lostca.se
Date: Thu, 2 Jan 2025 11:25:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#75281: [PATCH] gnu: oniguruma: Update to 6.9.10.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 75281 <at> debbugs.gnu.org.
--
75281: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75281
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
"ashish.is--- via Guix-patches" via <guix-patches <at> gnu.org> writes:
> From: Ashish SHUKLA <ashish.is <at> 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(-)
Thanks, I've pushed this to master as
90ee330bafc5a95493f9cdae2e32ddf740104ebc.
Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Ashish SHUKLA <ashish.is <at> 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 <at> qq.com>
;;; Copyright © 2024 Timotej Lazar <timotej.lazar <at> araneo.si>
;;; Copyright © 2024 Sharlatan Hellseher <sharlatanus <at> gmail.com>
-;;; Copyright © 2024 Ashish SHUKLA <ashish.is <at> lostca.se>
+;;; Copyright © 2024, 2025 Ashish SHUKLA <ashish.is <at> lostca.se>
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom <at> 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
This bug report was last modified 84 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.