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

View File

@ -3367,7 +3367,7 @@ library.")
(define-public librsvg-next
(package
(name "librsvg")
(version "2.50.2")
(version "2.50.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/librsvg/"
@ -3375,7 +3375,7 @@ library.")
"librsvg-" version ".tar.xz"))
(sha256
(base32
"1lsnl08b5pjf01q3agixjd53islw5rqkc38r31rlmm2crrqz44b2"))
"0n79i4wj9hm0d3bbn4xvknq5ylhqs16pvhaqr1rxspx9wfc8lad4"))
(modules '((guix build utils)))
(snippet
'(begin (delete-file-recursively "vendor")
@ -3431,7 +3431,7 @@ library.")
("rust-chrono" ,rust-chrono-0.4)
("rust-criterion" ,rust-criterion-0.3)
("rust-float-cmp" ,rust-float-cmp-0.8)
("rust-lopdf" ,rust-lopdf-0.25)
("rust-lopdf" ,rust-lopdf-0.26)
("rust-png" ,rust-png-0.16)
("rust-predicates" ,rust-predicates-1)
("rust-tempfile" ,rust-tempfile-3))