[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: inkscape: Update to 0.92.2.
From: |
Tobias Geerinckx-Rice |
Subject: |
02/03: gnu: inkscape: Update to 0.92.2. |
Date: |
Wed, 10 Jan 2018 21:13:17 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 2b7eda61cbf92145e647954d2b4897358811144b
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Jan 11 01:29:13 2018 +0100
gnu: inkscape: Update to 0.92.2.
* gnu/packages/inkscape.scm (inkscape): Update to 0.92.2.
---
gnu/packages/inkscape.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm
index 4c68af0..991d90a 100644
--- a/gnu/packages/inkscape.scm
+++ b/gnu/packages/inkscape.scm
@@ -3,6 +3,7 @@
;;; Copyright © 2014, 2016 Mark H Weaver <address@hidden>
;;; Copyright © 2016 Ricardo Wurmus <address@hidden>
;;; Copyright © 2017 Marius Bakke <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -45,7 +46,7 @@
(define-public inkscape
(package
(name "inkscape")
- (version "0.92.1")
+ (version "0.92.2")
(source (origin
(method url-fetch)
(uri (string-append "https://media.inkscape.org/dl/"
@@ -63,7 +64,7 @@
"0wwyhkqb1qyazz5f6wqrc223l6k8qnmadiw28q8gihlgvh38rvll")))))
(sha256
(base32
- "01chr3vh728dkg7l7lilwgmh5nrp784khdhjgpqjbq9dh2zhax15"))))
+ "1lyghk6yarcv9nwkh6k366p6hb7rfilqcvbyji09hki59khd0a56"))))
(build-system cmake-build-system)
(inputs
`(("aspell" ,aspell)