gnu: librsvg: Update to 2.40.20.

* gnu/packages/gnome.scm (librsvg): Update to 2.40.20.
This commit is contained in:
Marius Bakke 2017-12-17 19:22:22 +01:00
parent 277cf3dc1d
commit e1454e0e5f
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1179,7 +1179,7 @@ (define-public libgsf
(define-public librsvg
(package
(name "librsvg")
(version "2.40.19")
(version "2.40.20")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -1187,7 +1187,7 @@ (define-public librsvg
name "-" version ".tar.xz"))
(sha256
(base32
"1xy12qi29xqf3i61awf9qmm5ysw6v5qgxqwvi5fny0q9hs5lsav1"))))
"0ay9himvw1l1swcf3h1312d2iqzfl65kpbfgiyfykgvq7cydvx6g"))))
(build-system gnu-build-system)
(arguments
`(#:phases