guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: python-pyqt-builder: Update to 1.14.1.


From: guix-commits
Subject: 02/04: gnu: python-pyqt-builder: Update to 1.14.1.
Date: Thu, 30 Mar 2023 05:56:15 -0400 (EDT)

lbraun pushed a commit to branch core-updates
in repository guix.

commit 9b7e8365e228407c4f6f7071f6b36046be5e20b7
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Thu Mar 30 11:49:06 2023 +0200

    gnu: python-pyqt-builder: Update to 1.14.1.
    
    * gnu/packages/qt.scm (python-pyqt-builder): Update to 1.14.1.
---
 gnu/packages/qt.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index d06ef6bccc..00e617b6a9 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -3463,14 +3463,14 @@ itself.")
 (define-public python-pyqt-builder
   (package
    (name "python-pyqt-builder")
-   (version "1.9.0")
+   (version "1.14.1")
    (source
     (origin
      (method url-fetch)
      (uri (pypi-uri "PyQt-builder" version))
      (sha256
       (base32
-       "0nh0054c54ji3sm6d268fccf0y5f613spswwgwqd3rnn816hnljl"))))
+       "00m5piryz9l4hp5z1ncaqicsp29kj71akdh4b10432zz18q3xg43"))))
    (build-system python-build-system)
    (inputs
     (list python-sip))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]