guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: python-sip: Update to 4.19.24.


From: guix-commits
Subject: 02/05: gnu: python-sip: Update to 4.19.24.
Date: Wed, 30 Dec 2020 06:28:18 -0500 (EST)

efraim pushed a commit to branch staging
in repository guix.

commit 911e50c6c94cfcd7b3700d4093331ab0d5c8cc0f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 30 13:20:55 2020 +0200

    gnu: python-sip: Update to 4.19.24.
    
    * gnu/packages/qt.scm (python-sip): Update to 4.19.24.
    [source]: Add pypi download location.
---
 gnu/packages/qt.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 612c94e..17d2ee0 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1944,15 +1944,17 @@ and binaries removed, and adds modular support for 
using system libraries.")
 (define-public python-sip
   (package
     (name "python-sip")
-    (version "4.19.22")
+    (version "4.19.24")
     (source
       (origin
         (method url-fetch)
-        (uri (string-append "https://www.riverbankcomputing.com/static/";
-                            "Downloads/sip/" version "/sip-" version 
".tar.gz"))
+        (uri (list (pypi-uri "sip" version)
+                   (string-append "https://www.riverbankcomputing.com/static/";
+                                  "Downloads/sip/" version
+                                  "/sip-" version ".tar.gz")))
         (sha256
          (base32
-          "0idywc326l8v1m3maprg1aq2gph67mmnnsskvlwfx8n19s16idz1"))))
+          "1ra15vb5i9gkg2vdvh16cq9x2mmzw1yi3xphxs8q34q1pf83gkgd"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("python" ,python-wrapper)))



reply via email to

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