guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: librsvg-next: Update to 2.46.3.


From: guix-commits
Subject: 02/02: gnu: librsvg-next: Update to 2.46.3.
Date: Sun, 17 Nov 2019 03:16:27 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit cf9dad6c87bab87bc25e80b321158b0328db0d8a
Author: Efraim Flashner <address@hidden>
Date:   Sun Nov 17 09:24:23 2019 +0200

    gnu: librsvg-next: Update to 2.46.3.
    
    * gnu/packages/gnome.scm (librsvg-next): Update to 2.46.3.
    [license]: Update to lgpl2.1+.
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 87f19a0..f9126d1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1406,7 +1406,7 @@ library.")
 (define-public librsvg-next
   (package
     (name "librsvg")
-    (version "2.46.0")
+    (version "2.46.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/librsvg/"
@@ -1414,7 +1414,7 @@ library.")
                                   "librsvg-" version ".tar.xz"))
               (sha256
                (base32
-                "1la3az2af2ccm6rp86b6wh0kq7kxzl4n8pli5qxhyic1rd91xj4n"))))
+                "1s3a96i7f4pynjwxxvhysp4b6r7kyi8nasdxfyi62hc7gm34d3kn"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags
@@ -1492,7 +1492,7 @@ library.")
     (description
      "Librsvg is a C library to render SVG files using the Cairo 2D graphics
 library.")
-    (license license:lgpl2.0+)))
+    (license license:lgpl2.1+)))
 
 (define-public libidl
   (package



reply via email to

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