mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add rust-funty-1.2.0-yanked.
* gnu/packages/crates-io.scm (rust-funty-1.2.0-yanked): New variable. Change-Id: I7e264dc97bd105e3bff6dd634e5f2f2c6829d221
This commit is contained in:
parent
3e192e633d
commit
0519094dd4
1 changed files with 14 additions and 0 deletions
|
@ -28032,6 +28032,20 @@ (define-public rust-funty-1
|
|||
`(#:cargo-development-inputs
|
||||
(("rust-static-assertions" ,rust-static-assertions-1))))))
|
||||
|
||||
(define-public rust-funty-1.2.0-yanked
|
||||
(package
|
||||
(inherit rust-funty-1)
|
||||
(name "rust-funty")
|
||||
(version "1.2.0") ; This version was yanked!
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "funty" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "07lb1f8yih3g694id3n90anlgxf8m6p98bllsnn6dmb5rfwsniqq"))))
|
||||
(properties '((crate-version-yanked? . #t)))))
|
||||
|
||||
(define-public rust-futf-0.1
|
||||
(package
|
||||
(name "rust-futf")
|
||||
|
|
Loading…
Reference in a new issue