mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
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:
parent
ab26bfd4d9
commit
badd61bed2
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue