guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: librsvg: Update to 2.40.19.


From: Marius Bakke
Subject: 06/09: gnu: librsvg: Update to 2.40.19.
Date: Thu, 12 Oct 2017 14:42:02 -0400 (EDT)

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

commit ea6f74f391ab01be314ed0c12119f23bc5400e61
Author: Marius Bakke <address@hidden>
Date:   Sat Oct 7 14:42:54 2017 +0200

    gnu: librsvg: Update to 2.40.19.
    
    * gnu/packages/gnome.scm (librsvg): Update to 2.40.19.
---
 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 f9a9de9..2e477e9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1165,7 +1165,7 @@ dealing with different structured file formats.")
 (define-public librsvg
   (package
     (name "librsvg")
-    (version "2.40.18")
+    (version "2.40.19")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1173,7 +1173,7 @@ dealing with different structured file formats.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0k2nbd4g31qinkdfd8r5c5ih2ixl85fbkgkqqh9747lwr24c9j5z"))))
+                "1xy12qi29xqf3i61awf9qmm5ysw6v5qgxqwvi5fny0q9hs5lsav1"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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