me
/
guix
Archived
1
0
Fork 0

gnu: python-m2r: Update to 0.3.1.

* gnu/packages/python-xyz.scm (python-m2r): Update to 0.3.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -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.