gnu: dotherside: Update to 0.6.3.

* gnu/packages/qt.scm (dotherside): Update to 0.6.3
master
Tobias Geerinckx-Rice 2017-12-15 12:59:06 +01:00
parent 0c9f73cd23
commit 8895a968e4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
2 changed files with 5 additions and 4 deletions

View File

@ -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")

View File

@ -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)))