gnu: librsvg-next: Update to 2.46.3.
* gnu/packages/gnome.scm (librsvg-next): Update to 2.46.3. [license]: Update to lgpl2.1+.master
parent
b3820edc99
commit
cf9dad6c87
|
@ -1406,7 +1406,7 @@ library.")
|
||||||
(define-public librsvg-next
|
(define-public librsvg-next
|
||||||
(package
|
(package
|
||||||
(name "librsvg")
|
(name "librsvg")
|
||||||
(version "2.46.0")
|
(version "2.46.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/librsvg/"
|
(uri (string-append "mirror://gnome/sources/librsvg/"
|
||||||
|
@ -1414,7 +1414,7 @@ library.")
|
||||||
"librsvg-" version ".tar.xz"))
|
"librsvg-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1la3az2af2ccm6rp86b6wh0kq7kxzl4n8pli5qxhyic1rd91xj4n"))))
|
"1s3a96i7f4pynjwxxvhysp4b6r7kyi8nasdxfyi62hc7gm34d3kn"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
@ -1492,7 +1492,7 @@ library.")
|
||||||
(description
|
(description
|
||||||
"Librsvg is a C library to render SVG files using the Cairo 2D graphics
|
"Librsvg is a C library to render SVG files using the Cairo 2D graphics
|
||||||
library.")
|
library.")
|
||||||
(license license:lgpl2.0+)))
|
(license license:lgpl2.1+)))
|
||||||
|
|
||||||
(define-public libidl
|
(define-public libidl
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue