gnu: xournalpp: Update to 1.0.19.

* gnu/packages/pdf.scm (xournalpp): Update to 1.0.19.
This commit is contained in:
Nicolas Goaziou 2020-10-23 15:17:31 +02:00
parent c93ff25221
commit 74b31745bf
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -821,7 +821,7 @@ using a stylus.")
(define-public xournalpp
(package
(name "xournalpp")
(version "1.0.18")
(version "1.0.19")
(source
(origin
(method git-fetch)
@ -830,7 +830,7 @@ using a stylus.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0a9ygbmd4dwgck3k8wsrm2grynqa0adb12wwspzmzvpisbadffjy"))))
(base32 "05nx4cmrka6hwdn7r91yy4h46qpa9k7iy9dkgaq3hrkh9z3fxlkq"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags (list "-DENABLE_CPPUNIT=ON") ;enable tests