guix-commits
[Top][All Lists]
Advanced

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

05/11: gnu: librsvg: Update to 2.40.20.


From: Marius Bakke
Subject: 05/11: gnu: librsvg: Update to 2.40.20.
Date: Sun, 17 Dec 2017 19:26:05 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit e1454e0e5f13f1722f3328cad263efe0ca30db6b
Author: Marius Bakke <address@hidden>
Date:   Sun Dec 17 19:22:22 2017 +0100

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8f9b1ba..6629a12 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1179,7 +1179,7 @@ dealing with different structured file formats.")
 (define-public librsvg
   (package
     (name "librsvg")
-    (version "2.40.19")
+    (version "2.40.20")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1187,7 +1187,7 @@ dealing with different structured file formats.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1xy12qi29xqf3i61awf9qmm5ysw6v5qgxqwvi5fny0q9hs5lsav1"))))
+                "0ay9himvw1l1swcf3h1312d2iqzfl65kpbfgiyfykgvq7cydvx6g"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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