diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-02-12 16:39:29 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-02-12 16:56:56 +0200 |
commit | d49be105d5d15a0819137109491363cc6d2c5f12 (patch) | |
tree | 6b37209632a7b4c2721c359d05612ee2018a056c /gnu/packages/pdf.scm | |
parent | e1081bcdaefed4a286e0b0272be70b3571759996 (diff) |
gnu: zathura-ps: Update to 0.2.7.
* gnu/packages/pdf.scm (zathura-ps): Update to 0.2.7.
Diffstat (limited to 'gnu/packages/pdf.scm')
-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 9c21cb894c..9857569a1e 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -477,7 +477,7 @@ using libarchive.") (define-public zathura-ps (package (name "zathura-ps") - (version "0.2.6") + (version "0.2.7") (source (origin (method url-fetch) (uri @@ -485,7 +485,7 @@ using libarchive.") version ".tar.xz")) (sha256 (base32 - "0wygq89nyjrjnsq7vbpidqdsirjm6iq4w2rijzwpk2f83ys8bc3y")))) + "0ilf63wxn1yzis9m3qs8mxbk316yxdzwxrrv86wpiygm9hhgk5sq")))) (native-inputs (list pkg-config)) (inputs (list libspectre zathura)) (build-system meson-build-system) @@ -494,7 +494,7 @@ using libarchive.") #:phases (modify-phases %standard-phases (add-after 'unpack 'patch-plugin-directory - ;; Something of a regression in 0.2.6: the new Meson build system + ;; Something of a regression in 0.2.7: the new Meson build system ;; now hard-codes an incorrect plugin directory. Fix it. (lambda* (#:key outputs #:allow-other-keys) (substitute* "meson.build" |