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

ngz pushed a commit to branch master
in repository guix.

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

commit 1d5496f2f92b52b24868ec6bfbc1a5e3fdb7480b
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Mar 7 10:47:07 2025 +0100

    gnu: xournalpp: Update to 1.2.6.
    
    * gnu/packages/pdf.scm (xournalpp): Update to 1.2.6.
    
    Change-Id: If028b917ff0a42dc8ff5be11796ea3d18b18557e
---
 gnu/packages/pdf.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 23348e49d5..de6df8da93 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -17,7 +17,7 @@
 ;;; Copyright © 2019 Alex Griffin <[email protected]>
 ;;; Copyright © 2019 Ben Sturmfels <[email protected]>
 ;;; Copyright © 2019,2020 Hartmut Goebel <[email protected]>
-;;; Copyright © 2020-2024 Nicolas Goaziou <[email protected]>
+;;; Copyright © 2020-2025 Nicolas Goaziou <[email protected]>
 ;;; Copyright © 2020, 2022 Michael Rohleder <[email protected]>
 ;;; Copyright © 2020, 2024 Timotej Lazar <[email protected]>
 ;;; Copyright © 2020, 2022, 2023, 2024 Maxim Cournoyer 
<[email protected]>
@@ -1055,7 +1055,7 @@ using a stylus.")
 (define-public xournalpp
   (package
     (name "xournalpp")
-    (version "1.2.5")
+    (version "1.2.6")
     (source
      (origin
        (method git-fetch)
@@ -1064,7 +1064,7 @@ using a stylus.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1clh9hqdzmdlcjah60j7r7kgbpvf86amfqm3hcipqfhba46wsv8y"))))
+        (base32 "1wsks4wwv4d6y2drd64c0p8986l5sv09pnlvpd7hl4asszxmybjm"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to