me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-funty-1.2.0-yanked.

* gnu/packages/crates-io.scm (rust-funty-1.2.0-yanked): New variable.

Change-Id: I7e264dc97bd105e3bff6dd634e5f2f2c6829d221
master
Efraim Flashner 2024-06-21 14:40:39 +03:00
parent 3e192e633d
commit 0519094dd4
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 14 additions and 0 deletions

View File

@ -28032,6 +28032,20 @@ references by lifting access permissions into the trait system.")
`(#: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")