summary refs log tree commit diff
path: root/gnu/packages/qt.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-05-31 20:45:05 +0300
committerEfraim Flashner <efraim@flashner.co.il>2022-05-31 20:45:05 +0300
commit2c4c504272643f6d42a03178b684eeb3f4615438 (patch)
tree58822865d4b5977d44fd30a6c02031d98482104e /gnu/packages/qt.scm
parentd11d27e2e4a0e6d132127f5130533b0ce9d04481 (diff)
downloadguix-2c4c504272643f6d42a03178b684eeb3f4615438.tar.gz
gnu: python-sip-4: Update to 4.19.25.
* gnu/packages/qt.scm (python-sip-4): Update to 4.19.25.
Diffstat (limited to 'gnu/packages/qt.scm')
-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 bf2a3e88c2..ea82ab07d0 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2000,7 +2000,7 @@ module provides support functions to the automatically generated code.")
   (package
     (inherit python-sip)
     (name "python-sip")
-    (version "4.19.24")
+    (version "4.19.25")
     (source
       (origin
         (method url-fetch)
@@ -2010,7 +2010,7 @@ module provides support functions to the automatically generated code.")
                                   "/sip-" version ".tar.gz")))
         (sha256
          (base32
-          "1ra15vb5i9gkg2vdvh16cq9x2mmzw1yi3xphxs8q34q1pf83gkgd"))))
+          "04a23cgsnx150xq86w1z44b6vr2zyazysy9mqax0fy346zlr77dk"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("python" ,python-wrapper)))