diff mbox series

[bug#74129] gnu: stargate: Switch to Qt6.

Message ID 5d65805cf367710022091f213eea190975c5bbd1.1730350907.git.sughosha@disroot.org
State New
Headers show
Series [bug#74129] gnu: stargate: Switch to Qt6. | expand

Commit Message

Sughosha Oct. 31, 2024, 5:01 a.m. UTC
* gnu/packages/music.scm (stargate)[inputs]: Replace python-pyqt with
python-pyqt-6.

Change-Id: Ibea59107a24d396415bbb2e5126c3326f39505ad
---
 gnu/packages/music.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: 4009d1de954d694cb11af391d4113d29c5c1379d

Comments

Z572 Oct. 31, 2024, 7:46 a.m. UTC | #1
Sughosha via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/music.scm (stargate)[inputs]: Replace python-pyqt with
> python-pyqt-6.
>
> Change-Id: Ibea59107a24d396415bbb2e5126c3326f39505ad
> ---
>  gnu/packages/music.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
> index 724dfb52f5..60508d1033 100644
> --- a/gnu/packages/music.scm
> +++ b/gnu/packages/music.scm
> @@ -5309,7 +5309,7 @@ (define-public stargate
>             python-numpy
>             python-psutil
>             python-pymarshal
> -           python-pyqt
> +           python-pyqt-6
>             python-pyyaml
>             python-wavefile
>             python-yq
>
> base-commit: 4009d1de954d694cb11af391d4113d29c5c1379d

push, close.
diff mbox series

Patch

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 724dfb52f5..60508d1033 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -5309,7 +5309,7 @@  (define-public stargate
            python-numpy
            python-psutil
            python-pymarshal
-           python-pyqt
+           python-pyqt-6
            python-pyyaml
            python-wavefile
            python-yq