me
/
guix
Archived
1
0
Fork 0

gnu: xournalpp: Update to 1.1.2.

* gnu/packages/pdf.scm (xournalpp): Update to 1.1.2.
Nicolas Goaziou 2022-10-18 18:16:52 +02:00
parent e39b4902a0
commit 2589997fab
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -964,7 +964,7 @@ using a stylus.")
(define-public xournalpp (define-public xournalpp
(package (package
(name "xournalpp") (name "xournalpp")
(version "1.1.1") (version "1.1.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -973,7 +973,7 @@ using a stylus.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "16pf50x1ps8dcynnvw5lz7ggl0jg7qvzv6gkd30xg3hkcxff8ch3")))) (base32 "13q3fsrszq828gki3z42lda9gghm9wsnsg7iylp1ypcbj7hd5zhk"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
(list (list