gnu: xournalpp: Update to 1.0.20.

* gnu/packages/pdf.scm (xournalpp): Update to 1.0.20.
This commit is contained in:
Nicolas Goaziou 2020-12-23 13:37:02 +01:00
parent ab40e8614f
commit 78e93c2677
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

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