diff options
author | Michael Rohleder <mike@rohleder.de> | 2021-01-25 13:49:25 +0100 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-25 09:36:26 -0500 |
commit | f9bd4621dd92a9415276706b476b9bd2973411fa (patch) | |
tree | 615773b5e37cf4d0045052e0822e98be3bafb545 | |
parent | 90a6ce0b1852608185e3ba7fe09e585b43eac3be (diff) |
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>
-rw-r--r-- | gnu/packages/inkscape.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm index 56375f0759..075f901b2d 100644 --- a/gnu/packages/inkscape.scm +++ b/gnu/packages/inkscape.scm @@ -120,7 +120,7 @@ as the native format.") (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 @@ as the native format.") "inkscape-" version ".tar.xz")) (sha256 (base32 - "1hjp5nnyx2m3miji6q4lcb6zgbi498v641dc7apkqqvayknrb4ng")) + "12krl97a00gdcxxibsb7g2lgx5458mhx2437x0hvz350242j6gns")) (modules '((guix build utils) (ice-9 format))) (snippet |