gnu: inkscape: Update to 1.2.1.

* gnu/packages/inkscape.scm (inkscape): Update to 1.2.1.
This commit is contained in:
Marius Bakke 2022-08-04 10:38:07 +02:00
parent aec302e03a
commit 20d1e2ffb0
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -244,7 +244,7 @@ (define-public inkscape
(package
(inherit inkscape/stable)
(name "inkscape")
(version "1.2")
(version "1.2.1")
(source
(origin
(inherit (package-source inkscape/stable))
@ -253,7 +253,7 @@ (define-public inkscape
"resources/file/"
"inkscape-" version ".tar.xz"))
(sha256
(base32 "1bg6rlflzhq726kpcwazfscm02liammjvzpyxmj5d52l4la336wd"))))
(base32 "06scilds4p4bw337ss22nfdxy2kynv5yjw6vq6nlpjm7xfh7vkj6"))))
(build-system cmake-build-system)
(arguments
(substitute-keyword-arguments (package-arguments inkscape/stable)