diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-15 12:59:06 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-24 16:12:18 +0100 |
commit | 8895a968e470696d955cc712ed92aa34926a3af1 (patch) | |
tree | 102b08df9fbded7b70f88c9f615b75c68b05a558 /gnu/packages/qt.scm | |
parent | 0c9f73cd23f3cd5af2ea9076048bd7ea557b69c3 (diff) | |
download | patches-8895a968e470696d955cc712ed92aa34926a3af1.tar patches-8895a968e470696d955cc712ed92aa34926a3af1.tar.gz |
gnu: dotherside: Update to 0.6.3.
* gnu/packages/qt.scm (dotherside): Update to 0.6.3
Diffstat (limited to 'gnu/packages/qt.scm')
-rw-r--r-- | gnu/packages/qt.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 8bdc145c11..70c76ee454 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -7,6 +7,7 @@ ;;; Copyright © 2016 Thomas Danckaert <post@thomasdanckaert.be> ;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2017 Quiliro <quiliro@fsfla.org> +;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -1983,7 +1984,7 @@ time Web content can be enhanced with native controls.") (define-public dotherside (package (name "dotherside") - (version "0.5.2") + (version "0.6.3") (source (origin (method url-fetch) @@ -1992,7 +1993,7 @@ time Web content can be enhanced with native controls.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0pqlrvy4ajjir80ra79ka3n0rjj0ir0f0m91cq86iz3nnw8w148z")))) + "0azq7qlsrfdwbd6qsi7d3c1knn42qw0r47g43xf7clwbinapswpz")))) (build-system cmake-build-system) (native-inputs `(("qttools" ,qttools))) |