mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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 @@ (define-public rust-qoi-0.4
|
|||
(define-public rust-ravif-0.11
|
||||
(package
|
||||
(name "rust-ravif")
|
||||
(version "0.11.3")
|
||||
(version "0.11.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "ravif" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(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)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-avif-serialize" ,rust-avif-serialize-0.8)
|
||||
("rust-bitstream-io" ,rust-bitstream-io-2)
|
||||
("rust-imgref" ,rust-imgref-1)
|
||||
("rust-loop9" ,rust-loop9-0.1)
|
||||
("rust-quick-error" ,rust-quick-error-2)
|
||||
|
|
Loading…
Reference in a new issue