diff options
| author | jgart <jgart@dismail.de> | 2026-03-09 16:57:58 -0400 |
|---|---|---|
| committer | jgart <jgart@dismail.de> | 2026-03-09 16:58:28 -0400 |
| commit | 1a109f379835315c0a4ea23b1ff52d0e77d7fede (patch) | |
| tree | 972fde9c94f8ff3a72d7f081b9712f2959953aba | |
| parent | 34c1d3ddba80acbb48b042ff12edc6a6e2a58731 (diff) | |
gnu: xournalpp: Update to 1.3.3.
* gnu/packages/pdf.scm (xournalpp): Update to 1.3.3.
Change-Id: Ic25873a482b15e9fd64a8d391f6f26a7de8650a0
| -rw-r--r-- | gnu/packages/pdf.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index b7f237c8e54..ecb64c8368b 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -1345,7 +1345,7 @@ using a stylus.") (define-public xournalpp (package (name "xournalpp") - (version "1.3.2") + (version "1.3.3") (source (origin (method git-fetch) @@ -1354,7 +1354,7 @@ using a stylus.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1bw6w7k0vz41ijr73vxg2ccv5cs2wh6asx7m0hhnx56hdkzwpp39")))) + (base32 "1dzjp0hi54h2f5sbh9jmhywls3q52lc8j2bi2zyq6pl0y4nvfx80")))) (build-system cmake-build-system) (arguments (list |
