mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 02:59:17 -05:00
gnu: inkscape-1.0: Update to 1.0.2.
* gnu/packages/inkscape.scm (inkscape-1.0): Update to 1.0.2. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
90a6ce0b18
commit
f9bd4621dd
1 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,7 @@ (define-public inkscape
|
|||
(define-public inkscape-1.0
|
||||
(package
|
||||
(name "inkscape")
|
||||
(version "1.0.1")
|
||||
(version "1.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -129,7 +129,7 @@ (define-public inkscape-1.0
|
|||
"inkscape-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1hjp5nnyx2m3miji6q4lcb6zgbi498v641dc7apkqqvayknrb4ng"))
|
||||
"12krl97a00gdcxxibsb7g2lgx5458mhx2437x0hvz350242j6gns"))
|
||||
(modules '((guix build utils)
|
||||
(ice-9 format)))
|
||||
(snippet
|
||||
|
|
Loading…
Reference in a new issue