summaryrefslogtreecommitdiff
path: root/gnu/packages/cpp.scm
diff options
context:
space:
mode:
authorAndrew Wong <wongandj@runbox.com>2025-11-02 19:09:28 -0500
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2025-11-03 17:35:07 +0100
commit4c6e437777ba5ebe5c5fbc6db48289075d9bbf98 (patch)
tree96c09f09d746183eaaf5d7e7f1ba9abfcb91cb34 /gnu/packages/cpp.scm
parent7d5f95fc3ae0b3a13f2b5b1440a2f4afd17a5592 (diff)
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>
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r--gnu/packages/cpp.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index d97522c2f61..410542ab4f5 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -681,7 +681,7 @@ the name of the library itself, which is written in C++.")
(define-public plutovg
(package
(name "plutovg")
- (version "0.0.13")
+ (version "1.3.1")
(source
(origin
(method git-fetch)
@@ -690,7 +690,7 @@ the name of the library itself, which is written in C++.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0y2w0qhs89bnh440z1xj65vg4c71rlwinxgs3p8bvh2fmbi7lqff"))))
+ (base32 "1pkil2g9vvnhn7xycha5lwya0kp9h1ndg0lszgh8nkbilnavwig9"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")