This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1a109f3798 gnu: xournalpp: Update to 1.3.3.
1a109f3798 is described below

commit 1a109f379835315c0a4ea23b1ff52d0e77d7fede
Author: jgart <[email protected]>
AuthorDate: Mon Mar 9 16:57:58 2026 -0400

    gnu: xournalpp: Update to 1.3.3.
    
    * gnu/packages/pdf.scm (xournalpp): Update to 1.3.3.
    
    Change-Id: Ic25873a482b15e9fd64a8d391f6f26a7de8650a0
---
 gnu/packages/pdf.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index b7f237c8e5..ecb64c8368 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

Reply via email to