[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
234/379: gnu: Remove rust-postgres-protocol-0.3.
From: |
guix-commits |
Subject: |
234/379: gnu: Remove rust-postgres-protocol-0.3. |
Date: |
Thu, 29 Jun 2023 12:34:37 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 143f572befe6b30bbc2c4454937b07f555a750c1
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 e86b18f314..a57c9a2cba 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -45561,33 +45561,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")
- 184/379: gnu: Remove rust-asn1-0.8., (continued)
- 184/379: gnu: Remove rust-asn1-0.8., guix-commits, 2023/06/29
- 187/379: gnu: Remove rust-bindgen-0.47., guix-commits, 2023/06/29
- 199/379: gnu: Remove rust-object-0.24., guix-commits, 2023/06/29
- 195/379: gnu: Remove rust-ct-logs-0.3., guix-commits, 2023/06/29
- 214/379: gnu: Remove rust-rust-decimal-0.10., guix-commits, 2023/06/29
- 220/379: gnu: Remove rust-syn-mid-0.5., guix-commits, 2023/06/29
- 211/379: gnu: Remove rust-pretty-assertions-0.2., guix-commits, 2023/06/29
- 229/379: gnu: Remove rust-arrow2-0.5., guix-commits, 2023/06/29
- 228/379: gnu: Remove rust-arrow-4., guix-commits, 2023/06/29
- 215/379: gnu: Remove rust-rustc-ap-graphviz-654., guix-commits, 2023/06/29
- 234/379: gnu: Remove rust-postgres-protocol-0.3.,
guix-commits <=
- 260/379: gnu: Add rust-dirs-sys-0.4., guix-commits, 2023/06/29
- 267/379: gnu: Add rust-hashlink-0.8., guix-commits, 2023/06/29
- 269/379: gnu: Add rust-html5ever-0.26., guix-commits, 2023/06/29
- 270/379: gnu: rust-html-escape-0.2: Update to 0.2.13., guix-commits, 2023/06/29
- 41/379: gnu: Add rust-signature-derive-2., guix-commits, 2023/06/29
- 45/379: gnu: rust-tempfile-3: Update to 3.5.0., guix-commits, 2023/06/29
- 43/379: gnu: Add rust-spki-0.7., guix-commits, 2023/06/29
- 44/379: gnu: rust-syn-2: Update to 2.0.15., guix-commits, 2023/06/29
- 65/379: gnu: Add rust-primeorder-0.13., guix-commits, 2023/06/29
- 73/379: gnu: Add rust-pem-rfc7468-0.6., guix-commits, 2023/06/29