mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libharu: Update to 2.4.3.
* gnu/packages/pdf.scm (libharu): Update to 2.4.3. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
b05e5030a3
commit
cbc8143d93
1 changed files with 2 additions and 2 deletions
|
@ -455,7 +455,7 @@ (define-public python-poppler-qt5
|
|||
(define-public libharu
|
||||
(package
|
||||
(name "libharu")
|
||||
(version "2.4.2")
|
||||
(version "2.4.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -464,7 +464,7 @@ (define-public libharu
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1jwzqvv81zf5f7zssyixhyjirlp9ddwkbaabd177syb1bxljlsdc"))))
|
||||
(base32 "00b89zqf0bxslx03ginzqdjg84zfmblq13p5f4xm0h05j7aq7ixz"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ; No tests
|
||||
|
|
Loading…
Reference in a new issue