guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: python-sip: Update to 4.19.3.


From: Marius Bakke
Subject: 01/03: gnu: python-sip: Update to 4.19.3.
Date: Sat, 21 Oct 2017 18:42:03 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 079e679219e8643d315fa7271717fc706f913738
Author: Marius Bakke <address@hidden>
Date:   Thu Oct 19 21:58:00 2017 +0200

    gnu: python-sip: Update to 4.19.3.
    
    * gnu/packages/qt.scm (python-sip): Update to 4.19.3.
---
 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 a74ea01..ae19140 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1443,7 +1443,7 @@ message.")))
 (define-public python-sip
   (package
     (name "python-sip")
-    (version "4.19.2")
+    (version "4.19.3")
     (source
       (origin
         (method url-fetch)
@@ -1452,7 +1452,7 @@ message.")))
                          "sip-" version "/sip-" version ".tar.gz"))
         (sha256
          (base32
-          "0cq5r21fmjyw5v7a6l4sfbaj3zgm7k5b2cryj6bnjki54nnllas3"))))
+          "0x2bghbprwl3az1ni3p87i0bq8r99694la93kg65vi0cz12gh3bl"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("python" ,python-wrapper)))



reply via email to

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