[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
236/371: gnu: Remove rust-postgres-0.15.
From: |
guix-commits |
Subject: |
236/371: gnu: Remove rust-postgres-0.15. |
Date: |
Thu, 25 May 2023 10:48:27 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit ace5c5b3cabd24dfa43dcb04cbae6dc7bf762946
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 ac82b91760..9b700b9683 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -45471,34 +45471,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")
- 205/371: gnu: Remove rust-ntest-test-cases-0.3., (continued)
- 205/371: gnu: Remove rust-ntest-test-cases-0.3., guix-commits, 2023/05/25
- 204/371: gnu: Remove rust-ntest-timeout-0.3., guix-commits, 2023/05/25
- 203/371: gnu: Remove rust-object-0.24., guix-commits, 2023/05/25
- 213/371: gnu: rust-path-abs-0.5: Update to 0.5.1., guix-commits, 2023/05/25
- 206/371: gnu: Remove rust-model-0.1., guix-commits, 2023/05/25
- 207/371: gnu: Remove rust-polars-io-0.16., guix-commits, 2023/05/25
- 209/371: gnu: Remove rust-polars-arrow-0.14., guix-commits, 2023/05/25
- 222/371: gnu: Remove rust-rustyline-5., guix-commits, 2023/05/25
- 215/371: gnu: Remove rust-pretty-assertions-0.2., guix-commits, 2023/05/25
- 224/371: gnu: Remove rust-syn-mid-0.5., guix-commits, 2023/05/25
- 236/371: gnu: Remove rust-postgres-0.15.,
guix-commits <=
- 233/371: gnu: Remove rust-arrow2-0.5., guix-commits, 2023/05/25
- 242/371: gnu: Add rust-aligned-0.4., guix-commits, 2023/05/25
- 244/371: gnu: rust-backtrace-0.3: Update to 0.3.67., guix-commits, 2023/05/25
- 248/371: gnu: Add rust-anstyle-wincon-1., guix-commits, 2023/05/25
- 254/371: gnu: Add rust-capnp-0.14., guix-commits, 2023/05/25
- 272/371: gnu: rust-hex-literal-0.3: Update to 0.3.4., guix-commits, 2023/05/25
- 219/371: gnu: Remove rust-rustc-ap-graphviz-654., guix-commits, 2023/05/25
- 220/371: gnu: Remove rust-rustc-ap-rustc-index-654., guix-commits, 2023/05/25
- 225/371: gnu: Remove rust-selectors-0.21., guix-commits, 2023/05/25
- 227/371: gnu: Remove rust-tokio-rustls-0.10., guix-commits, 2023/05/25