gnu: librsvg: Incorporate grafted changes.

* gnu/packages/gnome.scm (librsvg): Update to 2.40.21.
[replacement]: Remove.
(librsvg/fixed): Remove variable.
This commit is contained in:
Marius Bakke 2020-03-05 17:20:59 +01:00
parent e6bd8b5e1d
commit c1cc52a2fe
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -2057,9 +2057,8 @@ dealing with different structured file formats.")
(define-public librsvg
(package
(replacement librsvg/fixed)
(name "librsvg")
(version "2.40.20")
(version "2.40.21")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -2067,7 +2066,7 @@ dealing with different structured file formats.")
name "-" version ".tar.xz"))
(sha256
(base32
"0ay9himvw1l1swcf3h1312d2iqzfl65kpbfgiyfykgvq7cydvx6g"))))
"1fljkag2gr7c4k5mn798lgf9903xslz8h51bgvl89nnay42qjqpp"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
@ -2124,20 +2123,6 @@ dealing with different structured file formats.")
library.")
(license license:lgpl2.0+)))
(define librsvg/fixed
(package
(inherit librsvg)
(name "librsvg")
(version "2.40.21")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
"1fljkag2gr7c4k5mn798lgf9903xslz8h51bgvl89nnay42qjqpp"))))))
(define* (computed-origin-method gexp-promise hash-algo hash
#:optional (name "source")
#:key (system (%current-system))