guix-commits
[Top][All Lists]
Advanced

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

141/470: gnu: librsvg: Update to 2.54.5.


From: guix-commits
Subject: 141/470: gnu: librsvg: Update to 2.54.5.
Date: Thu, 16 Mar 2023 03:00:47 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit 18d496bb5af448ced818fa2e0b012ae6d6b468df
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Feb 19 21:25:43 2023 +0200

    gnu: librsvg: Update to 2.54.5.
    
    * gnu/packages/gnome.scm (librsvg): Update to 2.54.5.
---
 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 89c2294397..cfb9616d1e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3557,7 +3557,7 @@ for dealing with different structured file formats.")
 (define-public librsvg
   (package
     (name "librsvg")
-    (version "2.54.4")
+    (version "2.54.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/librsvg/"
@@ -3565,7 +3565,7 @@ for dealing with different structured file formats.")
                                   "librsvg-" version ".tar.xz"))
               (sha256
                (base32
-                "0cs8qbn2khibb5w1r0f6cibfmkfb7zg713526vhc0hva7wj2l5ga"))
+                "0vmfgihhf35bxn7giqiskgsflr0zxp6xyy9aynhiyk9j8l7ij0sg"))
               (modules '((guix build utils)))
               (snippet
                '(begin (delete-file-recursively "vendor")))))



reply via email to

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