me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-sct-0.3.

* gnu/packages/crates-io.scm (rust-sct-0.3): Delete variable.
Efraim Flashner 2023-05-17 19:00:34 +03:00
parent b486684096
commit 8b402e17d8
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 20 deletions

View File

@ -54740,26 +54740,6 @@ Pwrite traits from the scroll crate.")
(("rust-ring" ,rust-ring-0.13)
("rust-untrusted" ,rust-untrusted-0.6))))))
(define-public rust-sct-0.3
(package
(inherit rust-sct-0.6)
(name "rust-sct")
(version "0.3.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "sct" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0z090j3lvy0lqbhmpswm4vb2n4i8dqswy0l93abdx9biipnhlm5l"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-ring" ,rust-ring-0.13)
("rust-untrusted" ,rust-untrusted-0.6))
#:cargo-development-inputs
(("rust-cc" ,rust-cc-1))))))
(define-public rust-sctk-adwaita-0.5
(package
(name "rust-sctk-adwaita")