summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2023-04-16 15:45:49 +0200
committerJulien Lepiller <julien@lepiller.eu>2023-04-16 16:23:49 +0200
commit55b4613e398f0c8a472d0f8021ef093bdc60ec43 (patch)
treeaa874c60d737ac0b204a79dfe8118a924ceeed06 /gnu
parentf2166cfacea03dcc399d1858d27ff473ebfc0679 (diff)
gnu: python-m2r: Update to 0.3.1.
* gnu/packages/python-xyz.scm (python-m2r): Update to 0.3.1.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5dae483e56..e7746e1664 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20116,13 +20116,13 @@ from the header, as well as section details and data available.")
(define-public python-m2r
(package
(name "python-m2r")
- (version "0.2.1")
+ (version "0.3.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "m2r" version))
(sha256
(base32
- "16gdm8i06jjmlpvckpfmlkr4693dh0vs192vgsqn84fsdkbbm45z"))
+ "1asnwazfznbs0r7x03pj5ns4npz18z3kli538sgdicfg97y6gyxa"))
(modules '((guix build utils)))
(snippet
;; Adjust test regex for Python 3.10 compatibility.