me
/
guix
Archived
1
0
Fork 0

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>
master
Boris A. Dekshteyn 2020-09-19 20:33:11 +12:00 committed by Efraim Flashner
parent f23e439f9f
commit 17d30d1f6e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 2 deletions

View File

@ -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