gnu: capypdf: Update to 0.8.0.
* gnu/packages/pdf.scm (capypdf): Update to 0.8.0.
This commit is contained in:
parent
edaa752321
commit
6a6fa2ba38
1 changed files with 2 additions and 2 deletions
|
@ -119,7 +119,7 @@
|
||||||
(define-public capypdf
|
(define-public capypdf
|
||||||
(package
|
(package
|
||||||
(name "capypdf")
|
(name "capypdf")
|
||||||
(version "0.6.0")
|
(version "0.8.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -127,7 +127,7 @@
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "15l8zwc83l65xh739s0qddlv5qv537wnx74s8fcwlm1r8y7kf2x4"))))
|
(base32 "0kp1dcww5zl04wnbqbi8vjzpc5qgr8gr8rcx0s6s4xbjnzvqqw8d"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:meson meson/newer
|
(list #:meson meson/newer
|
||||||
|
|
Reference in a new issue