gnu: librsvg: Update to 2.40.16.

* gnu/packages/gnome.scm (librsvg): Update to 2.40.16.
This commit is contained in:
宋文武 2016-08-22 21:37:43 +08:00
parent 101409e92b
commit 27880b5edd
No known key found for this signature in database
GPG key ID: 26525665AE727D37

View file

@ -937,7 +937,7 @@ (define-public libgsf
(define-public librsvg
(package
(name "librsvg")
(version "2.40.15")
(version "2.40.16")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -945,7 +945,7 @@ (define-public librsvg
name "-" version ".tar.xz"))
(sha256
(base32
"1x05vd2llpmskq3prkp7kbpmshmpp9whj4kfl99ybipf4fhw9jnr"))))
"0bpz6gsq8xi1pb5k9ax6vinph460v14znch3y5yz167s0dmwz2yl"))))
(build-system gnu-build-system)
(arguments
`(#:phases