summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/qt.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 06fc9fa4ec..565ee9b03b 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -323,7 +323,7 @@ developers using C++ or QML, a CSS & JavaScript like language.")
 (define-public python-sip
   (package
     (name "python-sip")
-    (version "4.16.5")
+    (version "4.16.9")
     (source
       (origin
         (method url-fetch)
@@ -333,7 +333,7 @@ developers using C++ or QML, a CSS & JavaScript like language.")
                          version ".tar.gz"))
         (sha256
          (base32
-          "11qy1z88py2q7rz68rm7214pbd37538hpcbfj5hhzp5y616a62x0"))))
+          "0m85dgm3g9s9h7s5sfxvcxi423vqxwq1vg5wnl5wl9kfasm77qfv"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("python" ,python-wrapper)))