guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 4bd7bba67c4f831a22621ee2ed77305306062706
Author: Vinicius Monego <[email protected]>
AuthorDate: Sun Aug 3 22:40:15 2025 -0300

    gnu: python-qdarkstyle: Update to 3.2.3.
    
    * gnu/packages/python-xyz.scm (python-qdarkstyle): Update to 3.2.3.
    [build-system]: Use pyproject-build-system.
    [native-inputs]: Add python-qtsass, python-setuptools, python-watchdog,
    python-wheel.
    [propagated-inputs]: Remove python-helpdev. Add python-pyqt-6.
    [home-page]: Do not break line.
    
    Change-Id: I6774c7ba3c98a28f66c4f3e80238b5c08d9259e6
---
 gnu/packages/python-xyz.scm | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e7b3b98c96..742a95f09d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -35271,23 +35271,26 @@ handling those variations.")
 (define-public python-qdarkstyle
   (package
     (name "python-qdarkstyle")
-    (version "2.8.1")
+    (version "3.2.3")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "QDarkStyle" version))
         (sha256
          (base32
-          "0883vzg35fzpyl1aiijzpfcdfvpq5vi325w0m7xkx7nxplh02fym"))))
-    (build-system python-build-system)
+          "1bpi0asa7sd5ch6x6b60n5yias04nsx6kcwji40228g9lrs7y2qc"))))
+    (build-system pyproject-build-system)
     (arguments
      `(;; Fails unable to detect valid Qt bindings even when
        ;; added as native-inputs.
        #:tests? #f))
+    (native-inputs (list python-qtsass
+                         python-setuptools
+                         python-watchdog
+                         python-wheel))
     (propagated-inputs
-     (list python-helpdev python-qtpy))
-    (home-page
-     "https://github.com/ColinDuquesnoy/QDarkStyleSheet";)
+     (list python-qtpy python-pyqt-6))
+    (home-page "https://github.com/ColinDuquesnoy/QDarkStyleSheet";)
     (synopsis
      "Complete dark stylesheet for Python and Qt applications")
     (description "QDarkStyle is the most complete dark stylesheet for Python 
and

Reply via email to