gnu: xournalpp: Update to 1.2.2.
* gnu/packages/pdf.scm (xournalpp): Update to 1.2.2. Change-Id: I67fe8391aa4ccf3ea021c7d32ccc8ed173d5a669
This commit is contained in:
parent
571ee7903c
commit
db31cbc59e
1 changed files with 2 additions and 2 deletions
|
@ -1003,7 +1003,7 @@ (define-public xournal
|
|||
(define-public xournalpp
|
||||
(package
|
||||
(name "xournalpp")
|
||||
(version "1.2.1")
|
||||
(version "1.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1012,7 +1012,7 @@ (define-public xournalpp
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "18slm517yazysvd0ii0gi7kg4hzyf17d86w2bflgfaz9ccclswbn"))))
|
||||
(base32 "1svmdj43z1shm3wnkrdrq1h6rba843mp4x4d8jmxsx7kwiiz9l78"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue