guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit c5b08d9e819e40d1fbe54e3eb42f65215e63a02a
Author: Charles Roelli <[email protected]>
AuthorDate: Wed May 6 10:54:31 2026 +0200

    gnu: python-readme-renderer: Update to 44.0-0.e603eb1.
    
    * gnu/packages/python-xyz.scm (python-readme-renderer): Update to
     4ad4c701f2a17ca62f040e94d73c2eb08af320e9 commit.
    
    Relates-to: guix/guix!8726
    Change-Id: I5e95886ec5314132752551830aee0da841cafdf2
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6052093bf5..86d895a945 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -31469,14 +31469,20 @@ positioning, and keyboard input.")
 (define-public python-readme-renderer
   (package
     (name "python-readme-renderer")
-    (version "44.0")
+    (properties '((commit . "e603eb17fcabd6bd20706d278fc24a7e9a663190")
+                  (revision . "0")))
+    (version (git-version "44.0"
+                          (assoc-ref properties 'revision)
+                          (assoc-ref properties 'commit)))
     (source
      (origin
-       (method url-fetch)
-       (uri (pypi-uri "readme_renderer" version))
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/pypa/readme_renderer";)
+              (commit (assoc-ref properties 'commit))))
+       (file-name (git-file-name name version))
        (sha256
-        (base32
-         "1qfiqm3w1ydpbipns5nifa7h4wraxd72nh7imif819mzmd7064l7"))))
+        (base32 "15w3lzgg8gcq22saqy2cpnv3hvkrixhyn57fcg1p1bm2njh1hr61"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to