[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
216/242: gnu: python-sphinx-copybutton: Update to 0.5.0.
From: |
guix-commits |
Subject: |
216/242: gnu: python-sphinx-copybutton: Update to 0.5.0. |
Date: |
Thu, 12 May 2022 14:14:42 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 9812a44f8654176c51ba1af18b0b38d91f812443
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Apr 21 21:43:12 2022 -0400
gnu: python-sphinx-copybutton: Update to 0.5.0.
* gnu/packages/sphinx.scm (python-sphinx-copybutton): Update to 0.5.0.
[propagated-inputs]: Delete python-flit, python-setuptools and python-wheel.
---
gnu/packages/sphinx.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 497b301bc8..5788bb7870 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -268,19 +268,18 @@ documents click applications.")
(define-public python-sphinx-copybutton
(package
(name "python-sphinx-copybutton")
- (version "0.2.6")
+ (version "0.5.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "sphinx-copybutton" version))
(sha256
(base32
- "0ny9jpygj93z8jyjpi4v6jjz90pmns74s389wq16igzzq2mpgfjm"))))
+ "1xl7jwcldqvfya2gdp1nfxma7rv35alk998dfnx2fg6hmpd5kh50"))))
(build-system python-build-system)
(arguments
`(#:tests? #f)) ; XXX: Check requires network access.
- (propagated-inputs
- (list python-flit python-setuptools python-sphinx python-wheel))
+ (propagated-inputs (list python-sphinx))
(home-page "https://github.com/choldgraf/sphinx-copybutton")
(synopsis "Sphinx extension to add \"copy\" buttons to code blocks")
(description
- 115/242: gnu: python-nbval: Fix build., (continued)
- 115/242: gnu: python-nbval: Fix build., guix-commits, 2022/05/12
- 121/242: gnu: Add python-pep621., guix-commits, 2022/05/12
- 138/242: gnu: Add python-cbor2., guix-commits, 2022/05/12
- 154/242: gnu: python-hypothesis-6.23: Update to 6.43.3., guix-commits, 2022/05/12
- 164/242: gnu: python-voila: Update to 0.3.5., guix-commits, 2022/05/12
- 165/242: gnu: python-sparqlwrapper: Update to 2.0.0., guix-commits, 2022/05/12
- 187/242: gnu: Add python-pyyaml-env-tag., guix-commits, 2022/05/12
- 186/242: gnu: Add python-mergedeep., guix-commits, 2022/05/12
- 176/242: gnu: Add python-bson., guix-commits, 2022/05/12
- 198/242: gnu: Add python-pydyf., guix-commits, 2022/05/12
- 216/242: gnu: python-sphinx-copybutton: Update to 0.5.0.,
guix-commits <=
- 229/242: gnu: python-pudb: Update to 2022.1.1 and rename from pudb., guix-commits, 2022/05/12
- 209/242: gnu: python-flask-login: Update to 0.6.0., guix-commits, 2022/05/12
- 232/242: gnu: python-matplotlib-documentation: Fix build., guix-commits, 2022/05/12
- 239/242: gnu: Add python-sanic-routing., guix-commits, 2022/05/12
- 08/242: gnu: python-jinja2: Update to 3.1.1., guix-commits, 2022/05/12
- 15/242: gnu: Add texlive-makecmds., guix-commits, 2022/05/12
- 33/242: gnu: Add python-cu2qu., guix-commits, 2022/05/12
- 49/242: gnu: python-mypy: Update to 0.942 and fix search path., guix-commits, 2022/05/12
- 52/242: gnu: Add python-jaraco-classes., guix-commits, 2022/05/12
- 51/242: gnu: python-pytest-checkdocs: Update to 2.7.1., guix-commits, 2022/05/12