diff options
author | Marius Bakke <marius@gnu.org> | 2020-06-07 22:36:03 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-06-07 22:36:03 +0200 |
commit | 9097f994483dc8abb786fb3b8ad5cc73484e9f24 (patch) | |
tree | 2a84622f1f4c26c6de8659c1526a8d49209a6a90 /gnu/packages/qt.scm | |
parent | 9141cec489676c4d2dd919bebdc10dd44136adde (diff) |
gnu: python-sip: Update to 4.19.22.
* gnu/packages/qt.scm (python-sip): Update to 4.19.22.
Diffstat (limited to 'gnu/packages/qt.scm')
-rw-r--r-- | gnu/packages/qt.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index ba12760b1a..31f6134d96 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1887,7 +1887,7 @@ and binaries removed, and adds modular support for using system libraries.") (define-public python-sip (package (name "python-sip") - (version "4.19.18") + (version "4.19.22") (source (origin (method url-fetch) @@ -1895,7 +1895,7 @@ and binaries removed, and adds modular support for using system libraries.") "Downloads/sip/" version "/sip-" version ".tar.gz")) (sha256 (base32 - "07kyd56xgbb40ljb022rq82shgxprlbl0z27mpf1b6zd00w8dgf0")))) + "0idywc326l8v1m3maprg1aq2gph67mmnnsskvlwfx8n19s16idz1")))) (build-system gnu-build-system) (native-inputs `(("python" ,python-wrapper))) |