GNU bug report logs -
#78252
[PATCH 0/5] Update beancount to v3
Previous Next
Reported by: Sergey Trofimov <sarg <at> sarg.org.ru>
Date: Mon, 5 May 2025 07:05:01 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 78252 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-regex): Update to 2024.11.6.
Change-Id: I7eb407f563b73eb57b523c611ccb8bddc34bf274
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ea4ec6a8d9..63742d8b0c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27716,13 +27716,13 @@ (define-public python-smmap
(define-public python-regex
(package
(name "python-regex")
- (version "2022.1.18")
+ (version "2024.11.6")
(source (origin
(method url-fetch)
(uri (pypi-uri "regex" version))
(sha256
(base32
- "05ir92d0cmv8wkafn3r05j5q47l6shg7cpdblp2a8m407b02vwwp"))))
+ "06amb1sxhbab03cy73q7wcp131bsingngr44r0rh6an5cfq5kcbs"))))
(build-system python-build-system)
(arguments
'(#:phases
--
2.49.0
This bug report was last modified 32 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.