[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
51/55: gnu: python-sphinxcontrib-autoprogram: Update to 0.1.8.
From: |
guix-commits |
Subject: |
51/55: gnu: python-sphinxcontrib-autoprogram: Update to 0.1.8. |
Date: |
Thu, 21 Sep 2023 13:31:40 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 90322126825a0c358262e227b19af659e824abea
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Sep 22 00:14:29 2023 +0800
gnu: python-sphinxcontrib-autoprogram: Update to 0.1.8.
* gnu/packages/sphinx.scm (python-sphinxcontrib-autoprogram): Update to
0.1.8.
[native-inputs]: Move PYTHON-SPHINX ...
[propagated-inputs]: ... here.
---
gnu/packages/sphinx.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 219063807e..a7c437d6b4 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -1086,19 +1086,17 @@ widgets, and supports thebelab for live code execution
with minimal effort.")
(define-public python-sphinxcontrib-autoprogram
(package
(name "python-sphinxcontrib-autoprogram")
- (version "0.1.7")
+ (version "0.1.8")
(source
(origin
(method url-fetch)
(uri (pypi-uri "sphinxcontrib-autoprogram" version))
(sha256
(base32
- "06hzim0d3fd72kf30fyjbbm5n8ibyybic0kf62gm79qp50zjwr5w"))))
+ "02pi450qml429disph075jyqwjrawrhbsjfkqvjf10yjp6fp4sas"))))
(build-system python-build-system)
(propagated-inputs
- (list python-six))
- (native-inputs
- (list python-sphinx))
+ (list python-six python-sphinx))
(home-page "https://github.com/sphinx-contrib/autoprogram")
(synopsis "Documenting CLI programs")
(description
- 30/55: gnu: python-deprecated: Update to 1.2.14., (continued)
- 30/55: gnu: python-deprecated: Update to 1.2.14., guix-commits, 2023/09/21
- 32/55: gnu: python-pkginfo: Update to 1.9.6., guix-commits, 2023/09/21
- 31/55: gnu: python-daemon: Update to 3.0.1., guix-commits, 2023/09/21
- 33/55: gnu: python-pytest-django: Update to 4.5.2., guix-commits, 2023/09/21
- 38/55: gnu: python-platformdirs: Update to 3.10.0., guix-commits, 2023/09/21
- 42/55: gnu: python-cmarkgfm: Update to 2022.10.27., guix-commits, 2023/09/21
- 36/55: gnu: python-django@4: Update to 4.2.5., guix-commits, 2023/09/21
- 39/55: gnu: python-distlib: Update to 0.3.7., guix-commits, 2023/09/21
- 41/55: gnu: python-cachetools: Update to 5.3.1., guix-commits, 2023/09/21
- 37/55: gnu: python-bleach: Update to 6.0.0., guix-commits, 2023/09/21
- 51/55: gnu: python-sphinxcontrib-autoprogram: Update to 0.1.8.,
guix-commits <=
- 43/55: gnu: python-websockets: Update to 11.0.3., guix-commits, 2023/09/21
- 50/55: gnu: barectf: Update to 3.1.2., guix-commits, 2023/09/21
- 53/55: gnu: python-duniterpy: Update to 1.1.1., guix-commits, 2023/09/21
- 47/55: gnu: python-hyperlink: Update to 21.0.0., guix-commits, 2023/09/21
- 45/55: gnu: python-psycopg-pool: Update to 3.1.7., guix-commits, 2023/09/21
- 54/55: gnu: python-arboreto: Add missing inputs., guix-commits, 2023/09/21