mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: rust-imgref-1: Update to 1.9.4.
* gnu/packages/crates-graphics.scm (rust-imgref-1): Update to 1.9.4. [arguments]: Don't skip build.
This commit is contained in:
parent
53fccd537d
commit
3826ffd107
1 changed files with 2 additions and 3 deletions
|
@ -1305,16 +1305,15 @@ (define-public rust-image-0.20
|
|||
(define-public rust-imgref-1
|
||||
(package
|
||||
(name "rust-imgref")
|
||||
(version "1.7.1")
|
||||
(version "1.9.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "imgref" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "19dd5xss3nd40avv8az2kzicpxx71c2akiqznr616hki30w9vj07"))))
|
||||
(base32 "0b3czpz206z4nvpq7yq0v58bwjmqjwjmkr302hbzpp4523glkkxj"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:skip-build? #t))
|
||||
(home-page "https://github.com/kornelski/imgref")
|
||||
(synopsis "2D slice of a @code{Vec}")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue