[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
238/371: gnu: Remove rust-postgres-protocol-0.3.
From: |
guix-commits |
Subject: |
238/371: gnu: Remove rust-postgres-protocol-0.3. |
Date: |
Thu, 25 May 2023 10:48:27 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit f1467d8e5512caeaa556f40612471a726da46763
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed May 17 19:23:01 2023 +0300
gnu: Remove rust-postgres-protocol-0.3.
* gnu/packages/crates-io.scm (rust-postgres-protocol-0.3): Delete variable.
---
gnu/packages/crates-io.scm | 27 ---------------------------
1 file changed, 27 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c5b19e5b79..9370443da7 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -45527,33 +45527,6 @@ overloading without macros in Rust.")
"This package provides low level Postgres protocol APIs.")
(license (list license:expat license:asl2.0))))
-(define-public rust-postgres-protocol-0.3
- (package
- (inherit rust-postgres-protocol-0.6)
- (name "rust-postgres-protocol")
- (version "0.3.2")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "postgres-protocol" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "04kkznbhwspfn0hdja3jsv37l6g5gz7a625z8yra325zamjfd1r4"))))
- (arguments
- `(#:skip-build? #t
- #:cargo-inputs
- (("rust-base64" ,rust-base64-0.6)
- ("rust-byteorder" ,rust-byteorder-1)
- ("rust-bytes" ,rust-bytes-0.4)
- ("rust-fallible-iterator" ,rust-fallible-iterator-0.1)
- ("rust-generic-array" ,rust-generic-array-0.9)
- ("rust-hmac" ,rust-hmac-0.5)
- ("rust-md5" ,rust-md5-0.3)
- ("rust-memchr" ,rust-memchr-1)
- ("rust-rand" ,rust-rand-0.3)
- ("rust-sha2" ,rust-sha2-0.7)
- ("rust-stringprep" ,rust-stringprep-0.1))))))
-
(define-public rust-postgres-types-0.2
(package
(name "rust-postgres-types")
- 178/371: gnu: rust-image-minimal-0.24: Use it., (continued)
- 178/371: gnu: rust-image-minimal-0.24: Use it., guix-commits, 2023/05/25
- 197/371: gnu: Remove rust-rustls-0.12., guix-commits, 2023/05/25
- 190/371: gnu: Remove rust-askama-shared-0.11., guix-commits, 2023/05/25
- 210/371: gnu: Remove rust-polars-core-0.16., guix-commits, 2023/05/25
- 212/371: gnu: Remove rust-polars-arrow-0.16., guix-commits, 2023/05/25
- 216/371: gnu: Remove rust-proptest-0.7., guix-commits, 2023/05/25
- 223/371: gnu: Remove rust-sct-0.3., guix-commits, 2023/05/25
- 226/371: gnu: Remove rust-syntex-0.58., guix-commits, 2023/05/25
- 235/371: gnu: Remove rust-pin-project-auxiliary-macro-0.0., guix-commits, 2023/05/25
- 237/371: gnu: Remove rust-postgres-shared-0.4., guix-commits, 2023/05/25
- 238/371: gnu: Remove rust-postgres-protocol-0.3.,
guix-commits <=
- 239/371: gnu: Remove rust-rustc-ap-serialize-654., guix-commits, 2023/05/25
- 240/371: gnu: Add rust-addr2line-0.19., guix-commits, 2023/05/25
- 243/371: gnu: Add rust-as-slice-0.2., guix-commits, 2023/05/25
- 249/371: gnu: Add rust-anstyle-query-1., guix-commits, 2023/05/25
- 250/371: gnu: Add rust-anstyle-parse-0.2., guix-commits, 2023/05/25
- 253/371: gnu: Add rust-capnp-futures-0.14., guix-commits, 2023/05/25
- 255/371: gnu: rust-chrono-tz-0.6: Update to 0.6.3., guix-commits, 2023/05/25
- 260/371: gnu: Add rust-clap-lex-0.5., guix-commits, 2023/05/25
- 261/371: gnu: Add rust-color-print-proc-macro-0.3., guix-commits, 2023/05/25
- 264/371: gnu: Add rust-dirs-sys-0.4., guix-commits, 2023/05/25