[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
233/379: gnu: Remove rust-postgres-shared-0.4.
From: |
guix-commits |
Subject: |
233/379: gnu: Remove rust-postgres-shared-0.4. |
Date: |
Thu, 29 Jun 2023 12:34:37 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 62799123014cc762fa008cec2654e93b10b89f65
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed May 17 19:22:44 2023 +0300
gnu: Remove rust-postgres-shared-0.4.
* gnu/packages/crates-io.scm (rust-postgres-shared-0.4): Delete variable.
---
gnu/packages/crates-io.scm | 35 -----------------------------------
1 file changed, 35 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c5e9d3215d..e86b18f314 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -45588,41 +45588,6 @@ overloading without macros in Rust.")
("rust-sha2" ,rust-sha2-0.7)
("rust-stringprep" ,rust-stringprep-0.1))))))
-(define-public rust-postgres-shared-0.4
- (package
- (name "rust-postgres-shared")
- (version "0.4.2")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "postgres-shared" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "0vzk1njkqkd2xxz34jnax29z4179ni4j3f534i6416q2w2rkbb7z"))))
- (build-system cargo-build-system)
- (arguments
- `(#:skip-build? #t
- #:cargo-inputs
- (("rust-bit-vec" ,rust-bit-vec-0.4)
- ("rust-chrono" ,rust-chrono-0.4)
- ("rust-eui48" ,rust-eui48-0.3)
- ("rust-fallible-iterator" ,rust-fallible-iterator-0.1)
- ("rust-geo" ,rust-geo-0.4)
- ("rust-hex" ,rust-hex-0.2)
- ("rust-phf" ,rust-phf-0.7)
- ("rust-postgres-protocol" ,rust-postgres-protocol-0.3)
- ("rust-rustc-serialize" ,rust-rustc-serialize-0.3)
- ("rust-serde-json" ,rust-serde-json-1)
- ("rust-time" ,rust-time-0.1)
- ("rust-uuid" ,rust-uuid-0.5))))
- (home-page "https://github.com/sfackler/rust-postgres")
- (synopsis
- "Internal crate used by @code{postgres} and @code{postgres-tokio}")
- (description
- "This is an internal crate used by @code{postgres} and
-@code{postgres-tokio}.")
- (license license:expat)))
-
(define-public rust-postgres-types-0.2
(package
(name "rust-postgres-types")
- 144/379: gnu: rust-pear-codegen-0.1: Update to 0.1.5., (continued)
- 144/379: gnu: rust-pear-codegen-0.1: Update to 0.1.5., guix-commits, 2023/06/29
- 147/379: gnu: Add rust-assert-impl-0.1., guix-commits, 2023/06/29
- 153/379: gnu: Remove rust-cbindgen-0.17., guix-commits, 2023/06/29
- 160/379: gnu: rust-nettle-7: Update to 7.3.0., guix-commits, 2023/06/29
- 173/379: gnu: Add rust-num-format-windows-0.4., guix-commits, 2023/06/29
- 178/379: gnu: Remove rust-quasi-macros-0.32., guix-commits, 2023/06/29
- 207/379: gnu: Remove rust-polars-arrow-0.15., guix-commits, 2023/06/29
- 217/379: gnu: Remove rust-rustyline-derive-0.2., guix-commits, 2023/06/29
- 212/379: gnu: Remove rust-proptest-0.7., guix-commits, 2023/06/29
- 226/379: gnu: Remove rust-users-0.10., guix-commits, 2023/06/29
- 233/379: gnu: Remove rust-postgres-shared-0.4.,
guix-commits <=
- 247/379: gnu: Add rust-anstyle-1., guix-commits, 2023/06/29
- 248/379: gnu: Add rust-capnp-rpc-0.14., guix-commits, 2023/06/29
- 251/379: gnu: rust-chrono-tz-0.6: Update to 0.6.3., guix-commits, 2023/06/29
- 268/379: gnu: rust-hex-literal-0.3: Update to 0.3.4., guix-commits, 2023/06/29
- 262/379: gnu: Add rust-fehler-macros-1., guix-commits, 2023/06/29
- 271/379: gnu: Add rust-humansize-2., guix-commits, 2023/06/29
- 275/379: gnu: Add rust-normpath-1., guix-commits, 2023/06/29
- 279/379: gnu: rust-pest-2: Update to 2.6.0., guix-commits, 2023/06/29
- 282/379: gnu: rust-pest-meta-2: Update to 2.6.0., guix-commits, 2023/06/29
- 318/379: gnu: Add rust-x25519-dalek-ng-1., guix-commits, 2023/06/29