diff options
-rw-r--r-- | gnu/packages/pdf.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index 0a87346d8d..22f6c8651f 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-2023 Nicolas Goaziou <[email protected]> +;;; Copyright © 2020-2024 Nicolas Goaziou <[email protected]> ;;; Copyright © 2020, 2022 Michael Rohleder <[email protected]> ;;; Copyright © 2020, 2024 Timotej Lazar <[email protected]> ;;; Copyright © 2020, 2022, 2023 Maxim Cournoyer <[email protected]> @@ -1052,7 +1052,7 @@ using a stylus.") (define-public xournalpp (package (name "xournalpp") - (version "1.2.2") + (version "1.2.3") (source (origin (method git-fetch) @@ -1061,7 +1061,7 @@ using a stylus.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1svmdj43z1shm3wnkrdrq1h6rba843mp4x4d8jmxsx7kwiiz9l78")))) + (base32 "1rj9kz21r59cswfpczp5dcmvchbbmybv661iyycaiii2z5gh0h7i")))) (build-system cmake-build-system) (arguments (list |