gnu: python-sphinx-argparse: Update to 0.3.1.

* gnu/packages/sphinx.scm (python-sphinx-argparse): Update to 0.3.1.
This commit is contained in:
Maxim Cournoyer 2022-04-21 21:57:15 -04:00
parent ab26bfd4d9
commit badd61bed2
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -682,13 +682,13 @@ (define-public python2-sphinx-alabaster-theme
(define-public python-sphinx-argparse
(package
(name "python-sphinx-argparse")
(version "0.2.5")
(version "0.3.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "sphinx-argparse" version))
(sha256
(base32 "05wc8f5hb3jsg2vh2jf7jsyan8d4i09ifrz2c8fp6f7x1zw9iav0"))))
(base32 "07nw68nrbpzsswb5bz8gdb5allgj6jnz8m81afhr9v6c8fyiq5c2"))))
(build-system python-build-system)
(propagated-inputs
(list python-sphinx))