guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: inkscape: Update to 0.92.3.


From: Tobias Geerinckx-Rice
Subject: 02/05: gnu: inkscape: Update to 0.92.3.
Date: Wed, 14 Mar 2018 02:47:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d773fef1ce2d6f6386c8d388ce2b63ed9a264843
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Mar 14 06:43:02 2018 +0100

    gnu: inkscape: Update to 0.92.3.
    
    * gnu/packages/inkscape.scm (inkscape): Update to 0.92.3.
    [source]: Remove patch.
---
 gnu/packages/inkscape.scm | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm
index dc5a30b..1e98369 100644
--- a/gnu/packages/inkscape.scm
+++ b/gnu/packages/inkscape.scm
@@ -46,25 +46,15 @@
 (define-public inkscape
   (package
     (name "inkscape")
-    (version "0.92.2")
+    (version "0.92.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://media.inkscape.org/dl/";
                                   "resources/file/"
                                   "inkscape-" version ".tar.bz2"))
-              (patches
-               (list
-                ;; Fix compatibility with poppler >= 0.58.
-                (origin
-                  (method url-fetch)
-                  (uri (string-append 
"https://gitlab.com/inkscape/inkscape/commit/";
-                                      
"9418824967eb4c53371ef8588243fed4cab496e0.patch"))
-                  (sha256
-                   (base32
-                    "0wwyhkqb1qyazz5f6wqrc223l6k8qnmadiw28q8gihlgvh38rvll")))))
               (sha256
                (base32
-                "1lyghk6yarcv9nwkh6k366p6hb7rfilqcvbyji09hki59khd0a56"))))
+                "1chng2yw8dsjxc9gf92aqv7plj11cav8ax321wmakmv5bb09cch6"))))
     (build-system cmake-build-system)
     (inputs
      `(("aspell" ,aspell)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]