me
/
guix
Archived
1
0
Fork 0

gnu: Remove rust-s3handler-0.5.

* gnu/packages/crates-io.scm (rust-s3handler-0.5): Delete variable.
Efraim Flashner 2022-10-18 22:53:05 +03:00
parent ede79f7e9e
commit 590e92562b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 38 deletions

View File

@ -51467,44 +51467,6 @@ quickly convert floating point numbers to decimal strings.")
("rust-tokio" ,rust-tokio-0.2)
("rust-url" ,rust-url-2))))))
(define-public rust-s3handler-0.5
(package
(inherit rust-s3handler-0.6)
(name "rust-s3handler")
(version "0.5.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "s3handler" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "18nc7ya6rn9g0gz8j24rpal08x6a9b07bv80767sqg4hmw42zl4d"))))
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-base64" ,rust-base64-0.6)
("rust-chrono" ,rust-chrono-0.4)
("rust-colored" ,rust-colored-1)
("rust-failure" ,rust-failure-0.1)
("rust-failure-derive" ,rust-failure-derive-0.1)
("rust-hmac" ,rust-hmac-0.4)
("rust-hmac-sha1" ,rust-hmac-sha1-0.1)
("rust-http" ,rust-http-0.1)
("rust-hyper" ,rust-hyper-0.11)
("rust-log" ,rust-log-0.4)
("rust-md5" ,rust-md5-0.3)
("rust-mime-guess" ,rust-mime-guess-2)
("rust-quick-xml" ,rust-quick-xml-0.12)
("rust-regex" ,rust-regex-0.2)
("rust-reqwest" ,rust-reqwest-0.10)
("rust-rust-crypto" ,rust-rust-crypto-0.2)
("rust-rustc-serialize" ,rust-rustc-serialize-0.3)
("rust-serde" ,rust-serde-1)
("rust-serde-derive" ,rust-serde-derive-1)
("rust-serde-json" ,rust-serde-json-1)
("rust-sha2" ,rust-sha2-0.6)
("rust-url" ,rust-url-2))))))
(define-public rust-salsa-macros-0.17
(package
(name "rust-salsa-macros")