mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-ravif-0.6: Mark package as deprecated.
* gnu/packages/crates-graphics.scm (rust-ravif-0.6): Rename to rust-ravif-0.6.6-yanked. [source]: Add 'yanked' to the source file-name. (rust-ravif-0.6): New deprecated package pointing to rust-ravif-0.6.6-yanked. Change-Id: Id578fa4175200ec3af227f6958c6104d9a38b006
This commit is contained in:
parent
6f1ea10823
commit
d9b3f9d7f0
1 changed files with 9 additions and 4 deletions
|
@ -3803,16 +3803,16 @@ in AVIF format (powers the @code{cavif} tool).")
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-avif-parse" ,rust-avif-parse-1))))))
|
(("rust-avif-parse" ,rust-avif-parse-1))))))
|
||||||
|
|
||||||
(define-public rust-ravif-0.6
|
(define-public rust-ravif-0.6.6-yanked
|
||||||
(package
|
(package
|
||||||
(inherit rust-ravif-0.8)
|
(inherit rust-ravif-0.8)
|
||||||
(name "rust-ravif")
|
(name "rust-ravif")
|
||||||
(version "0.6.6")
|
(version "0.6.6") ; This version was yanked!
|
||||||
(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 "-yanked.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0rfm63bv0q2rjyivmzlk4wma8xff6jralh7dr1bjz2aw4knm7cw1"))))
|
(base32 "0rfm63bv0q2rjyivmzlk4wma8xff6jralh7dr1bjz2aw4knm7cw1"))))
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -3829,7 +3829,12 @@ in AVIF format (powers the @code{cavif} tool).")
|
||||||
(("rust-avif-parse" ,rust-avif-parse-0.13))))
|
(("rust-avif-parse" ,rust-avif-parse-0.13))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list nasm)) ;for building rav1e
|
(list nasm)) ;for building rav1e
|
||||||
(inputs '())))
|
(inputs '())
|
||||||
|
(properties '((crate-version-yanked? . #t)))))
|
||||||
|
|
||||||
|
(define-public rust-ravif-0.6
|
||||||
|
;; There are no non-yanked versions of this semver.
|
||||||
|
(deprecated-package "rust-ravif" rust-ravif-0.6.6-yanked))
|
||||||
|
|
||||||
(define-public rust-raw-window-handle-0.6
|
(define-public rust-raw-window-handle-0.6
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue