diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-17 03:52:20 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-17 04:02:22 +0200 |
commit | c972f171602033411f6f8cf31f666eddc251d77b (patch) | |
tree | 8bc06e6a048d550ab32b5fb965386124797f1e54 /gnu/packages/qt.scm | |
parent | 506cbdb3c59ba4c122d13f317583ae8064aad72a (diff) | |
download | patches-c972f171602033411f6f8cf31f666eddc251d77b.tar patches-c972f171602033411f6f8cf31f666eddc251d77b.tar.gz |
gnu: qtscxml: Update to 5.9.5.
* gnu/packages/qt.scm (qtscxml): Update to 5.9.5.
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 8cbce37916..1ad9687e0b 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1276,7 +1276,7 @@ and mobile applications targeting TV-like form factors."))) (define-public qtscxml (package (inherit qtsvg) (name "qtscxml") - (version "5.9.4") + (version "5.9.5") (source (origin (method url-fetch) (uri (string-append "https://download.qt.io/official_releases/qt/" @@ -1285,7 +1285,7 @@ and mobile applications targeting TV-like form factors."))) version ".tar.xz")) (sha256 (base32 - "0x8bjp9jzib4kfn7rbricw4qr259qqsdbrz0dw39453s2m7cbv0x")) + "0knp328cinawz6xbhf9wd6h6gbwp74rb5cpmlr8gv3g5a7fjlsh1")) (modules '((guix build utils))) (snippet '(begin |