mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: librsvg: Update to 2.58.5.
* gnu/packages/gnome.scm (librsvg): Update to 2.58.5. Change-Id: Iacdb1d2238dfc0fdd437c2831012012ea1d8d063
This commit is contained in:
parent
baab07a1e6
commit
e01c2b4fff
1 changed files with 2 additions and 2 deletions
|
@ -3577,7 +3577,7 @@ (define-public libgsf
|
|||
(define-public librsvg
|
||||
(package
|
||||
(name "librsvg")
|
||||
(version "2.58.4")
|
||||
(version "2.58.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/librsvg/"
|
||||
|
@ -3585,7 +3585,7 @@ (define-public librsvg
|
|||
"librsvg-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0yvwjqgp62hmx339hj2wsbnbldmbcb4xx4g2qdkhfz9ls9h3fvi9"))))
|
||||
"0ym2yg94sc7ralh1kwqqrhz3wcc51079z90mbx0qrls7wfh36hi2"))))
|
||||
(build-system cargo-build-system)
|
||||
(outputs '("out" "doc" "debug"))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue