[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#47906] [PATCH 15/22] gnu: python-qdarkstyle: Update to 3.0.2.
From: |
Vinicius Monego |
Subject: |
[bug#47906] [PATCH 15/22] gnu: python-qdarkstyle: Update to 3.0.2. |
Date: |
Tue, 20 Apr 2021 05:22:39 +0000 |
* gnu/packages/python-xyz.scm (python-qdarkstyle): Update to 3.0.2.
[propagated-inputs]: Add python-qtsass, python-watchdog.
---
gnu/packages/python-xyz.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 28c89f71a1..0d51b2ba33 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -24453,14 +24453,14 @@ handling those variations.")
(define-public python-qdarkstyle
(package
(name "python-qdarkstyle")
- (version "2.8.1")
+ (version "3.0.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "QDarkStyle" version))
(sha256
(base32
- "0883vzg35fzpyl1aiijzpfcdfvpq5vi325w0m7xkx7nxplh02fym"))))
+ "1bn7v39aqivcaqw5r72aba2zpkhq244qx0gijxrjkvj0bz7lklam"))))
(build-system python-build-system)
(arguments
`(;; Fails unable to detect valid Qt bindings even when
@@ -24468,7 +24468,9 @@ handling those variations.")
#:tests? #f))
(propagated-inputs
`(("python-helpdev" ,python-helpdev)
- ("python-qtpy" ,python-qtpy)))
+ ("python-qtpy" ,python-qtpy)
+ ("python-qtsass" ,python-qtsass)
+ ("python-watchdog" ,python-watchdog)))
(home-page
"https://github.com/ColinDuquesnoy/QDarkStyleSheet")
(synopsis
--
2.31.1
- [bug#47906] [PATCH 09/22] gnu: Add python-tinycss., (continued)
- [bug#47906] [PATCH 10/22] gnu: Add python-qstylizer., Vinicius Monego, 2021/04/20
- [bug#47906] [PATCH 08/22] gnu: python-qtconsole: Enable tests., Vinicius Monego, 2021/04/20
- [bug#47906] [PATCH 14/22] gnu: Add python-qtsass., Vinicius Monego, 2021/04/20
- [bug#47906] [PATCH 16/22] gnu: Add python-easyprocess., Vinicius Monego, 2021/04/20
- [bug#47906] [PATCH 15/22] gnu: python-qdarkstyle: Update to 3.0.2.,
Vinicius Monego <=
- [bug#47906] [PATCH 19/22] gnu: Add python-pytest-xvfb., Vinicius Monego, 2021/04/20
- [bug#47906] [PATCH 17/22] gnu: Add python-entrypoint2., Vinicius Monego, 2021/04/20
- [bug#47906] [PATCH 18/22] gnu: Add python-pyvirtualdisplay., Vinicius Monego, 2021/04/20
- [bug#47906] [PATCH 21/22] gnu: python-language-server: Relax dependency versions., Vinicius Monego, 2021/04/20
- [bug#47906] [PATCH 20/22] gnu: python-diff-match-patch: Update to 20200713., Vinicius Monego, 2021/04/20
- [bug#47906] [PATCH 22/22] gnu: Add spyder., Vinicius Monego, 2021/04/20