[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
232/379: gnu: Remove rust-postgres-0.15.
From: |
guix-commits |
Subject: |
232/379: gnu: Remove rust-postgres-0.15. |
Date: |
Mon, 10 Jul 2023 05:28:49 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit d855f6f72b798a060a2adc51b5806d9932485203
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed May 17 19:21:59 2023 +0300
gnu: Remove rust-postgres-0.15.
* gnu/packages/crates-io.scm (rust-postgres-0.15): Delete variable.
---
gnu/packages/crates-io.scm | 28 ----------------------------
1 file changed, 28 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 61e99cc930..6d889c3227 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -45505,34 +45505,6 @@ overloading without macros in Rust.")
"This package provides a native, synchronous PostgreSQL client.")
(license license:expat)))
-(define-public rust-postgres-0.15
- (package
- (inherit rust-postgres-0.19)
- (name "rust-postgres")
- (version "0.15.2")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "postgres" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "1id6jb56jack7kxivpp3rnjjmkmymmxqadf0h0smgbsixy8dwp8i"))))
- (build-system cargo-build-system)
- (arguments
- `(#:skip-build? #t
- #:cargo-inputs
- (("rust-bytes" ,rust-bytes-0.4)
- ("rust-fallible-iterator" ,rust-fallible-iterator-0.1)
- ("rust-log" ,rust-log-0.4)
- ("rust-native-tls" ,rust-native-tls-0.1)
- ("rust-openssl" ,rust-openssl-0.9)
- ("rust-postgres-protocol" ,rust-postgres-protocol-0.3)
- ("rust-postgres-shared" ,rust-postgres-shared-0.4)
- ("rust-rustc-serialize" ,rust-rustc-serialize-0.3)
- ("rust-schannel" ,rust-schannel-0.1)
- ("rust-security-framework" ,rust-security-framework-0.1)
- ("rust-socket2" ,rust-socket2-0.3))))))
-
(define-public rust-postgres-derive-0.4
(package
(name "rust-postgres-derive")
- 168/379: gnu: Remove rust-zstd-safe-3., (continued)
- 168/379: gnu: Remove rust-zstd-safe-3., guix-commits, 2023/07/10
- 169/379: gnu: Remove rust-zstd-0.8., guix-commits, 2023/07/10
- 192/379: gnu: Remove rust-bindgen-0.49., guix-commits, 2023/07/10
- 194/379: gnu: Remove rust-ct-logs-0.6., guix-commits, 2023/07/10
- 206/379: gnu: Remove rust-polars-core-0.16., guix-commits, 2023/07/10
- 209/379: gnu: rust-path-abs-0.5: Update to 0.5.1., guix-commits, 2023/07/10
- 223/379: gnu: Remove rust-tokio-rustls-0.10., guix-commits, 2023/07/10
- 226/379: gnu: Remove rust-users-0.10., guix-commits, 2023/07/10
- 228/379: gnu: Remove rust-arrow-4., guix-commits, 2023/07/10
- 230/379: gnu: Remove rust-miniz-sys-0.1., guix-commits, 2023/07/10
- 232/379: gnu: Remove rust-postgres-0.15.,
guix-commits <=
- 237/379: gnu: Add rust-afl-0.12., guix-commits, 2023/07/10
- 248/379: gnu: Add rust-capnp-rpc-0.14., guix-commits, 2023/07/10
- 259/379: gnu: Add rust-dirs-5., guix-commits, 2023/07/10
- 74/379: gnu: Add rust-pasetors-0.6., guix-commits, 2023/07/10
- 76/379: gnu: Add rust-orion-0.17., guix-commits, 2023/07/10
- 83/379: gnu: Add rust-elliptic-curve-0.13., guix-commits, 2023/07/10
- 89/379: gnu: Add rust-crossterm-0.23., guix-commits, 2023/07/10
- 112/379: gnu: rust-parking-lot-core-0.9: Update to 0.9.7., guix-commits, 2023/07/10
- 126/379: gnu: rust-tokio-timer-0.2: Update to 0.2.13., guix-commits, 2023/07/10
- 119/379: gnu: Remove rust-rustc-rayon-core-0.3., guix-commits, 2023/07/10