1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +02:00

gnu: librsvg@2.50: Update to 2.50.3.

* gnu/packages/crates-io.scm (rust-lopdf-0.25): Rename to...
(rust-lopdf-0.26): ...to this, updated to 0.26.0.
[arguments]: Update #:cargo-inputs' rust-time-0.1 to rust-time-0.2.
* gnu/packages/gnome.scm (librsvg): Update to 2.50.3.
[arguments]: Update #:cargo-development-inputs's rust-lopdf-0.25 to
rust-lopdf-0.26.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-01 14:28:57 +02:00
parent 36934d5060
commit 9be20668eb
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79
2 changed files with 7 additions and 8 deletions

View file

@ -22307,10 +22307,10 @@ explosion.")
image together with its neighboring pixels.")
(license license:expat)))
(define-public rust-lopdf-0.25
(define-public rust-lopdf-0.26
(package
(name "rust-lopdf")
(version "0.25.0")
(version "0.26.0")
(source
(origin
(method url-fetch)
@ -22318,8 +22318,7 @@ image together with its neighboring pixels.")
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1yb4yj1a8a88w78hz9msg65xbkyx5n4d9gm1xb2c67zaj1xvyw1i"))))
(base32 "1wqnmibs8qzi6pr3ig4h3sg6bfkkgyv4ngdng81x069725r056ml"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
@ -22335,7 +22334,7 @@ image together with its neighboring pixels.")
("rust-nom" ,rust-nom-5)
("rust-pom" ,rust-pom-3)
("rust-rayon" ,rust-rayon-1)
("rust-time" ,rust-time-0.1))))
("rust-time" ,rust-time-0.2))))
(home-page "https://github.com/J-F-Liu/lopdf")
(synopsis "Rust library for PDF document manipulation")
(description