diff options
author | Boris A. Dekshteyn <boris.dekshteyn@gmail.com> | 2020-09-19 20:33:11 +1200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-09-21 19:39:25 +0300 |
commit | 17d30d1f6e63054f3c9006ae110009d99156e7c8 (patch) | |
tree | 05645f1588b0ba7f2ee4b0acaee080a4a9fbc8d4 /gnu | |
parent | f23e439f9f89b8dbcc5bf76135842a1e49f8526a (diff) | |
download | guix-17d30d1f6e63054f3c9006ae110009d99156e7c8.tar.gz guix-17d30d1f6e63054f3c9006ae110009d99156e7c8.zip |
gnu: inkscape-1.0: Update to 1.0.1.
* gnu/packages/inkscape.scm (inkscape-1.0): Update to 1.0.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/inkscape.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm index 85b0ba9fcf..4ac3cf3966 100644 --- a/gnu/packages/inkscape.scm +++ b/gnu/packages/inkscape.scm @@ -5,6 +5,7 @@ ;;; Copyright © 2017, 2020 Marius Bakke <mbakke@fastmail.com> ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com> +;;; Copyright © 2020 Boris A. Dekshteyn <boris.dekshteyn@gmail.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -117,7 +118,7 @@ as the native format.") (define-public inkscape-1.0 (package (name "inkscape") - (version "1.0") + (version "1.0.1") (source (origin (method url-fetch) @@ -126,7 +127,7 @@ as the native format.") "inkscape-" version ".tar.xz")) (sha256 (base32 - "1fwl7yjkykqb86555k4fm24inhc40mrvxqwgl2v2vi9alv8j7hc9")) + "1hjp5nnyx2m3miji6q4lcb6zgbi498v641dc7apkqqvayknrb4ng")) (modules '((guix build utils) (ice-9 format))) (snippet |