mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: inkscape: Update to 1.2.1.
* gnu/packages/inkscape.scm (inkscape): Update to 1.2.1.
This commit is contained in:
parent
aec302e03a
commit
20d1e2ffb0
1 changed files with 2 additions and 2 deletions
|
@ -244,7 +244,7 @@ as the native format.")
|
||||||
(package
|
(package
|
||||||
(inherit inkscape/stable)
|
(inherit inkscape/stable)
|
||||||
(name "inkscape")
|
(name "inkscape")
|
||||||
(version "1.2")
|
(version "1.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(inherit (package-source inkscape/stable))
|
(inherit (package-source inkscape/stable))
|
||||||
|
@ -253,7 +253,7 @@ as the native format.")
|
||||||
"resources/file/"
|
"resources/file/"
|
||||||
"inkscape-" version ".tar.xz"))
|
"inkscape-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1bg6rlflzhq726kpcwazfscm02liammjvzpyxmj5d52l4la336wd"))))
|
(base32 "06scilds4p4bw337ss22nfdxy2kynv5yjw6vq6nlpjm7xfh7vkj6"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments inkscape/stable)
|
(substitute-keyword-arguments (package-arguments inkscape/stable)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue