guix-commits
[Top][All Lists]
Advanced

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

03/11: gnu: inkscape: Update to 1.2.1.


From: guix-commits
Subject: 03/11: gnu: inkscape: Update to 1.2.1.
Date: Thu, 4 Aug 2022 06:41:16 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 20d1e2ffb0cd4860faeabc8f5c2b4afde99c7a1b
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Aug 4 10:38:07 2022 +0200

    gnu: inkscape: Update to 1.2.1.
    
    * gnu/packages/inkscape.scm (inkscape): Update to 1.2.1.
---
 gnu/packages/inkscape.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm
index ad9552e049..9cab43c911 100644
--- a/gnu/packages/inkscape.scm
+++ b/gnu/packages/inkscape.scm
@@ -244,7 +244,7 @@ as the native format.")
   (package
     (inherit inkscape/stable)
     (name "inkscape")
-    (version "1.2")
+    (version "1.2.1")
     (source
      (origin
        (inherit (package-source inkscape/stable))
@@ -253,7 +253,7 @@ as the native format.")
                            "resources/file/"
                            "inkscape-" version ".tar.xz"))
        (sha256
-        (base32 "1bg6rlflzhq726kpcwazfscm02liammjvzpyxmj5d52l4la336wd"))))
+        (base32 "06scilds4p4bw337ss22nfdxy2kynv5yjw6vq6nlpjm7xfh7vkj6"))))
     (build-system cmake-build-system)
     (arguments
      (substitute-keyword-arguments (package-arguments inkscape/stable)



reply via email to

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