diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-03-21 12:00:06 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-04-03 18:05:10 -0400 |
commit | 0ca33051f3bec92d9a363b00a0209c99be2826f4 (patch) | |
tree | 64deec6d97e41b45f5f2b93b1a9055e554c5d8ba /gnu/packages | |
parent | 288b040a6f65f54eb4ccfeec82f944261c1f37f1 (diff) | |
download | guix-0ca33051f3bec92d9a363b00a0209c99be2826f4.tar.gz guix-0ca33051f3bec92d9a363b00a0209c99be2826f4.zip |
gnu: qtscxml: Update to 6.6.2.
* gnu/packages/qt.scm (qtscxml): Update to 6.6.2.
Change-Id: I5562573f2ce4b3f803a6463855b60d7a9a502a35
Diffstat (limited to 'gnu/packages')
-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 d588b94b37..832bd09a9f 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -2509,13 +2509,13 @@ also contains functionality to support data models and executable content."))) (define-public qtscxml (package (name "qtscxml") - (version "6.5.2") + (version "6.6.2") (source (origin (method url-fetch) (uri (qt-url name version)) (sha256 (base32 - "1jxx9p7zi40r990ky991xd43mv6i8hdpnj2fhl7sf4q9fpng4c58")) + "0gm4805570ds3jmkbwrjigbg93zc561bd5rc52r71042zzq84j89")) (modules '((guix build utils))) (snippet '(begin |