guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/07: gnu: xournalpp: Update to 1.2.2.


From: guix-commits
Subject: 06/07: gnu: xournalpp: Update to 1.2.2.
Date: Mon, 23 Oct 2023 19:10:45 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit db31cbc59e82d98ed95c4b4f308d74698d63ee61
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Oct 23 21:04:31 2023 +0200

    gnu: xournalpp: Update to 1.2.2.
    
    * gnu/packages/pdf.scm (xournalpp): Update to 1.2.2.
    
    Change-Id: I67fe8391aa4ccf3ea021c7d32ccc8ed173d5a669
---
 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 378655a70f..a767538eaa 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -1003,7 +1003,7 @@ using a stylus.")
 (define-public xournalpp
   (package
     (name "xournalpp")
-    (version "1.2.1")
+    (version "1.2.2")
     (source
      (origin
        (method git-fetch)
@@ -1012,7 +1012,7 @@ using a stylus.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "18slm517yazysvd0ii0gi7kg4hzyf17d86w2bflgfaz9ccclswbn"))))
+        (base32 "1svmdj43z1shm3wnkrdrq1h6rba843mp4x4d8jmxsx7kwiiz9l78"))))
     (build-system cmake-build-system)
     (arguments
      (list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]