M gnu/packages/language.scm => gnu/packages/language.scm +2 -2
@@ 197,7 197,7 @@ both ordinal and cardinal numbers, negative numbers, and very large numbers.")
(define-public perl-lingua-pt-stemmer
(package
(name "perl-lingua-pt-stemmer")
- (version "0.01")
+ (version "0.02")
(source
(origin
(method url-fetch)
@@ 205,7 205,7 @@ both ordinal and cardinal numbers, negative numbers, and very large numbers.")
"Lingua-PT-Stemmer-" version ".tar.gz"))
(sha256
(base32
- "11rqc5pqnkl9c13vy7sihiyas14ci0pj3k6chrgrgjv5sjv2m4a5"))))
+ "17c48sfbgwd2ivlgf59sr6jdhwa3aim8750f8pyzz7xpi8gz0var"))))
(build-system perl-build-system)
(home-page "http://search.cpan.org/dist/Lingua-PT-Stemmer")
(synopsis "Portuguese language stemming")
M gnu/packages/qt.scm => gnu/packages/qt.scm +3 -2
@@ 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)))