diff mbox series

[bug#43507] gnu: inkscape-1.0: Update to 1.0.1.

Message ID 20200919083311.19019-1-boris.dekshteyn@gmail.com
State Accepted
Headers show
Series [bug#43507] gnu: inkscape-1.0: Update to 1.0.1. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job

Commit Message

Boris A. Dekshteyn Sept. 19, 2020, 8:33 a.m. UTC
* gnu/packages/inkscape.scm (inkscape-1.0): Update to 1.0.1.
---
 gnu/packages/inkscape.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Efraim Flashner Sept. 21, 2020, 6:26 p.m. UTC | #1
I added a copyright line for you and pushed. Thanks!
diff mbox series

Patch

diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm
index 85b0ba9fcf..a516f04832 100644
--- a/gnu/packages/inkscape.scm
+++ b/gnu/packages/inkscape.scm
@@ -117,7 +117,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 +126,7 @@  as the native format.")
                            "inkscape-" version ".tar.xz"))
        (sha256
         (base32
-         "1fwl7yjkykqb86555k4fm24inhc40mrvxqwgl2v2vi9alv8j7hc9"))
+         "1hjp5nnyx2m3miji6q4lcb6zgbi498v641dc7apkqqvayknrb4ng"))
        (modules '((guix build utils)
                   (ice-9 format)))
        (snippet