guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Inkscape: Update to 0.92.4.


From: guix-commits
Subject: 01/01: gnu: Inkscape: Update to 0.92.4.
Date: Fri, 18 Jan 2019 18:54:13 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit d680a8afd1190aac46742d3abf2a0de1a45ea10f
Author: Leo Famulari <address@hidden>
Date:   Fri Jan 18 18:44:59 2019 -0500

    gnu: Inkscape: Update to 0.92.4.
    
    * gnu/packages/inkscape.scm (inkscape): Update to 0.92.4.
    [source]: Remove obsolete patches.
---
 gnu/packages/inkscape.scm | 21 ++-------------------
 1 file changed, 2 insertions(+), 19 deletions(-)

diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm
index 1673cc6..7b17eba 100644
--- a/gnu/packages/inkscape.scm
+++ b/gnu/packages/inkscape.scm
@@ -46,7 +46,7 @@
 (define-public inkscape
   (package
     (name "inkscape")
-    (version "0.92.3")
+    (version "0.92.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://media.inkscape.org/dl/";
@@ -54,24 +54,7 @@
                                   "inkscape-" version ".tar.bz2"))
               (sha256
                (base32
-                "1chng2yw8dsjxc9gf92aqv7plj11cav8ax321wmakmv5bb09cch6"))
-              (patches
-               (list (origin
-                       (method url-fetch)
-                       (uri (string-append 
"https://gitlab.com/inkscape/inkscape/commit/";
-                                           
"a600c6438fef2f4c06f9a4a7d933d99fb054a973.diff"))
-                       (file-name "inkscape-poppler-compat.patch")
-                       (sha256
-                        (base32
-                         
"19dam5vsy571xszgjddl5g0958dmcsv0wvgxidp4bhj2lban222i")))
-                     (origin
-                       (method url-fetch)
-                       (uri (string-append 
"https://gitlab.com/inkscape/inkscape/commit/";
-                                           
"fa1c469aa8c005e07bb8676d72af9f7c16fae3e0.diff"))
-                       (file-name "inkscape-poppler-compat2.patch")
-                       (sha256
-                        (base32
-                         
"14k9yrfjz4nx3bz9dk91q74mc0i7rvl2qzkwhcy1br71yqjvngn5")))))))
+                "0pjinhjibfsz1aywdpgpj3k23xrsszpj4a1ya5562dkv2yl2vv2p"))))
     (build-system cmake-build-system)
     (inputs
      `(("aspell" ,aspell)



reply via email to

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