mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 12:01:49 +02:00
gnu: plutovg: Update to 1.3.1.
* gnu/packages/cpp.scm (plutovg): Update to 1.3.1. Change-Id: I84d40753c04e8555dd3e9cf23ca064be8aea74b1 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
committed by
Liliana Marie Prikler
parent
7d5f95fc3a
commit
4c6e437777
@@ -681,7 +681,7 @@ the name of the library itself, which is written in C++.")
|
|||||||
(define-public plutovg
|
(define-public plutovg
|
||||||
(package
|
(package
|
||||||
(name "plutovg")
|
(name "plutovg")
|
||||||
(version "0.0.13")
|
(version "1.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@@ -690,7 +690,7 @@ the name of the library itself, which is written in C++.")
|
|||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0y2w0qhs89bnh440z1xj65vg4c71rlwinxgs3p8bvh2fmbi7lqff"))))
|
(base32 "1pkil2g9vvnhn7xycha5lwya0kp9h1ndg0lszgh8nkbilnavwig9"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")
|
'(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")
|
||||||
|
|||||||
Reference in New Issue
Block a user