mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 18:56:43 +01:00
gnu: capypdf: Update to 0.4.0.
* gnu/packages/pdf.scm (capypdf): Update to 0.4.0.
This commit is contained in:
parent
45491ea8da
commit
093e920418
1 changed files with 2 additions and 2 deletions
|
@ -117,7 +117,7 @@ (define-module (gnu packages pdf)
|
||||||
(define-public capypdf
|
(define-public capypdf
|
||||||
(package
|
(package
|
||||||
(name "capypdf")
|
(name "capypdf")
|
||||||
(version "0.3.0")
|
(version "0.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -125,7 +125,7 @@ (define-public capypdf
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "193izn2jw55w2dxy6l0vz5zrlar9lm7a6z443nw0vs4mlj4jnasi"))))
|
(base32 "1kn46n3j5fygivmd6ldnv8vdwfv48ffaizq61yy4z9w2jm6fgxim"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:meson meson/newer
|
(list #:meson meson/newer
|
||||||
|
|
Loading…
Reference in a new issue