guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: python-m2r: Update to 0.3.1.


From: guix-commits
Subject: branch core-updates updated: gnu: python-m2r: Update to 0.3.1.
Date: Sun, 16 Apr 2023 10:34:27 -0400

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 55b4613e39 gnu: python-m2r: Update to 0.3.1.
55b4613e39 is described below

commit 55b4613e398f0c8a472d0f8021ef093bdc60ec43
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun Apr 16 15:45:49 2023 +0200

    gnu: python-m2r: Update to 0.3.1.
    
    * gnu/packages/python-xyz.scm (python-m2r): Update to 0.3.1.
---
 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 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]