guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: librsvg: Update to 2.50.7.


From: guix-commits
Subject: 01/02: gnu: librsvg: Update to 2.50.7.
Date: Tue, 27 Jul 2021 09:15:32 -0400 (EDT)

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

commit bc9bcaf8e01a3482429476dff1001164a1bbde1f
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Jul 26 14:50:07 2021 +0200

    gnu: librsvg: Update to 2.50.7.
    
    * gnu/packages/gnome.scm (librsvg): Update to 2.50.7.
---
 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 de5ec66..57811ad 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3328,7 +3328,7 @@ for dealing with different structured file formats.")
 (define-public librsvg
   (package
     (name "librsvg")
-    (version "2.50.5")
+    (version "2.50.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/librsvg/"
@@ -3336,7 +3336,7 @@ for dealing with different structured file formats.")
                                   "librsvg-" version ".tar.xz"))
               (sha256
                (base32
-                "0wlj5g1jgp93sj3rr6qspj282whz13ahnv8ca99d7zilq9s1aw1j"))
+                "1g3f8byg5w08fx1bka12mmpl59v6a4q2p827w6m2la6mijq63yzz"))
               (modules '((guix build utils)))
               (snippet
                '(begin (delete-file-recursively "vendor")))))



reply via email to

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