diff options
author | Leo Famulari <leo@famulari.name> | 2017-02-17 17:32:11 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-02-17 17:56:36 -0500 |
commit | fbbb1abf89dc71575c4b99e439d0299de26e9bb1 (patch) | |
tree | e1fc076109fe17bfd2e125f8031bbb793a6b71e6 /gnu | |
parent | 1f45f18abe487be85c290227256690a3f32f7874 (diff) | |
download | guix-fbbb1abf89dc71575c4b99e439d0299de26e9bb1.tar guix-fbbb1abf89dc71575c4b99e439d0299de26e9bb1.tar.gz |
gnu: inkscape: Update to 0.92.1.
* gnu/packages/inkscape.scm (inkscape): Update to 0.92.1.
Diffstat (limited to 'gnu')
-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 e20ca666bd..0f28e640ab 100644 --- a/gnu/packages/inkscape.scm +++ b/gnu/packages/inkscape.scm @@ -44,7 +44,7 @@ (define-public inkscape (package (name "inkscape") - (version "0.92.0") + (version "0.92.1") (source (origin (method url-fetch) (uri (string-append "https://media.inkscape.org/dl/" @@ -52,7 +52,7 @@ "inkscape-" version ".tar.bz2")) (sha256 (base32 - "0mmssxnxsvb3bpm7ck5pqvwyacrz1nkyacs571jx8j04l1cw3d5q")))) + "01chr3vh728dkg7l7lilwgmh5nrp784khdhjgpqjbq9dh2zhax15")))) (build-system cmake-build-system) (inputs `(("aspell" ,aspell) |