mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-ravif-0.11: Update to 0.11.6.
* gnu/packages/crates-graphics.scm (rust-ravif-0.11): Update to 0.11.6. [source]: Add snippet to allow newer versions of dependencies. Change-Id: I900936b790c92d13a6fad7a676b1349fbe64598c
This commit is contained in:
parent
977fd65218
commit
7e1059b42c
1 changed files with 8 additions and 2 deletions
|
@ -3166,17 +3166,23 @@ interactive applications.")
|
||||||
(define-public rust-ravif-0.11
|
(define-public rust-ravif-0.11
|
||||||
(package
|
(package
|
||||||
(name "rust-ravif")
|
(name "rust-ravif")
|
||||||
(version "0.11.3")
|
(version "0.11.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "ravif" version))
|
(uri (crate-uri "ravif" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1vhn2p31z31c01j6i28slgbi01wq1hmyqjidwfkqy430hh16kp5s"))))
|
(base32 "1315abwxldavjxdl8dphab16fh8akw000hn406dbjnsi53b4kgl5"))
|
||||||
|
(modules '((guix build utils)))
|
||||||
|
(snippet
|
||||||
|
'(begin (substitute* "Cargo.toml"
|
||||||
|
(("\"=([[:digit:]]+(\\.[[:digit:]]+)*)" _ version)
|
||||||
|
(string-append "\"^" version)))))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs (("rust-avif-serialize" ,rust-avif-serialize-0.8)
|
`(#:cargo-inputs (("rust-avif-serialize" ,rust-avif-serialize-0.8)
|
||||||
|
("rust-bitstream-io" ,rust-bitstream-io-2)
|
||||||
("rust-imgref" ,rust-imgref-1)
|
("rust-imgref" ,rust-imgref-1)
|
||||||
("rust-loop9" ,rust-loop9-0.1)
|
("rust-loop9" ,rust-loop9-0.1)
|
||||||
("rust-quick-error" ,rust-quick-error-2)
|
("rust-quick-error" ,rust-quick-error-2)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue