gnu: python-m2r: Update to 0.3.1.

* gnu/packages/python-xyz.scm (python-m2r): Update to 0.3.1.
This commit is contained in:
Julien Lepiller 2023-04-16 15:45:49 +02:00
parent f2166cface
commit 55b4613e39
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -20116,13 +20116,13 @@ (define-public python-automat
(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.