diff options
author | Marius Bakke <marius@gnu.org> | 2021-05-11 10:50:53 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-05-13 17:03:48 +0200 |
commit | 080b9591f340c776a51e7c9ac30227b99f48c334 (patch) | |
tree | 267f11a72b371ca20eee53d9b32cd23fb9a282e6 /gnu/packages/gnome.scm | |
parent | 2e5596d1ecf89cd617766958e527f21d2a7cc62f (diff) | |
download | guix-080b9591f340c776a51e7c9ac30227b99f48c334.tar.gz |
gnu: librsvg: Update to 2.50.5.
* gnu/packages/gnome.scm (librsvg): Update to 2.50.5.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index f3a2c93b48..a883f5bb55 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3321,7 +3321,7 @@ for dealing with different structured file formats.") (define-public librsvg (package (name "librsvg") - (version "2.50.3") + (version "2.50.5") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/librsvg/" @@ -3329,7 +3329,7 @@ for dealing with different structured file formats.") "librsvg-" version ".tar.xz")) (sha256 (base32 - "0n79i4wj9hm0d3bbn4xvknq5ylhqs16pvhaqr1rxspx9wfc8lad4")) + "0wlj5g1jgp93sj3rr6qspj282whz13ahnv8ca99d7zilq9s1aw1j")) (modules '((guix build utils))) (snippet '(begin (delete-file-recursively "vendor"))))) |