Archived
1
0
Fork 0

gnu: librsvg: Update to 2.50.5.

* gnu/packages/gnome.scm (librsvg): Update to 2.50.5.
This commit is contained in:
Marius Bakke 2021-05-11 10:50:53 +02:00
parent 2e5596d1ec
commit 080b9591f3
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3321,7 +3321,7 @@ for dealing with different structured file formats.")
(define-public librsvg (define-public librsvg
(package (package
(name "librsvg") (name "librsvg")
(version "2.50.3") (version "2.50.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/librsvg/" (uri (string-append "mirror://gnome/sources/librsvg/"
@ -3329,7 +3329,7 @@ for dealing with different structured file formats.")
"librsvg-" version ".tar.xz")) "librsvg-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0n79i4wj9hm0d3bbn4xvknq5ylhqs16pvhaqr1rxspx9wfc8lad4")) "0wlj5g1jgp93sj3rr6qspj282whz13ahnv8ca99d7zilq9s1aw1j"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin (delete-file-recursively "vendor"))))) '(begin (delete-file-recursively "vendor")))))