diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-21 21:57:15 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-12 12:46:09 -0400 |
commit | badd61bed29dadb148f64f9d21654b513441d057 (patch) | |
tree | 1d85d7086fcbe81a096494fa77495cf175535fe2 | |
parent | ab26bfd4d92212daece91d7d523af7a8195da4b4 (diff) | |
download | guix-badd61bed29dadb148f64f9d21654b513441d057.tar.gz guix-badd61bed29dadb148f64f9d21654b513441d057.zip |
gnu: python-sphinx-argparse: Update to 0.3.1.
* gnu/packages/sphinx.scm (python-sphinx-argparse): Update to 0.3.1.
-rw-r--r-- | gnu/packages/sphinx.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index f9c588c8cb..25dcff01be 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -682,13 +682,13 @@ theme for the Sphinx documentation system. It's the default theme of Sphinx.") (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)) |