mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-20 05:37:34 -05:00
gnu: librsvg: Update to 2.50.7.
* gnu/packages/gnome.scm (librsvg): Update to 2.50.7.
This commit is contained in:
parent
a0f880afea
commit
bc9bcaf8e0
1 changed files with 2 additions and 2 deletions
|
@ -3328,7 +3328,7 @@ (define-public libgsf
|
||||||
(define-public librsvg
|
(define-public librsvg
|
||||||
(package
|
(package
|
||||||
(name "librsvg")
|
(name "librsvg")
|
||||||
(version "2.50.5")
|
(version "2.50.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/librsvg/"
|
(uri (string-append "mirror://gnome/sources/librsvg/"
|
||||||
|
@ -3336,7 +3336,7 @@ (define-public librsvg
|
||||||
"librsvg-" version ".tar.xz"))
|
"librsvg-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wlj5g1jgp93sj3rr6qspj282whz13ahnv8ca99d7zilq9s1aw1j"))
|
"1g3f8byg5w08fx1bka12mmpl59v6a4q2p827w6m2la6mijq63yzz"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin (delete-file-recursively "vendor")))))
|
'(begin (delete-file-recursively "vendor")))))
|
||||||
|
|
Loading…
Reference in a new issue