summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-08-04 15:57:03 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:30 +0100
commit05b876471c2b048e79b4595acf287b39d3d427bb (patch)
treef1424058a4719fe6cfa08c1a4973429ebbc99cd3 /gnu/packages/python-xyz.scm
parent9ef52063c1675b440d4375ddac521a1cedf30918 (diff)
gnu: python-rst2ansi: Update to 0.1.5-1.3728e16.
* gnu/packages/python-xyz.scm (python-rst2ansi): Update to 0.1.5-1.3728e16. Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d9c84eef4fe..1280648b6da 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25202,8 +25202,8 @@ console.")
25202(define-public python-rst2ansi 25202(define-public python-rst2ansi
25203 (package 25203 (package
25204 (name "python-rst2ansi") 25204 (name "python-rst2ansi")
25205 (properties '((commit . "c6f390b45be689a5760060c990e3fe10f502e671") 25205 (properties '((commit . "3728e16f8b8b1dc338e5df90ba2c4a93ee054b3f")
25206 (revision . "0"))) 25206 (revision . "1")))
25207 (version (git-version "0.1.5" 25207 (version (git-version "0.1.5"
25208 (assoc-ref properties 'revision) 25208 (assoc-ref properties 'revision)
25209 (assoc-ref properties 'commit))) 25209 (assoc-ref properties 'commit)))
@@ -25215,7 +25215,7 @@ console.")
25215 (commit (assoc-ref properties 'commit)))) 25215 (commit (assoc-ref properties 'commit))))
25216 (file-name (git-file-name name version)) 25216 (file-name (git-file-name name version))
25217 (sha256 25217 (sha256
25218 (base32 "0vsn1jjhm1hx0q5i954lyhny2yvn619am1di03aypfl0wm1mh7qd")))) 25218 (base32 "0q8afblqhkrnzxla81ialifcwkh9ga5xzxzi0lhg2gjwhbynbfsp"))))
25219 (build-system pyproject-build-system) 25219 (build-system pyproject-build-system)
25220 (arguments 25220 (arguments
25221 (list 25221 (list