GNU bug report logs - #70685
[PATCH 00/30] Add rust-osm-io.

Previous Next

Package: guix-patches;

Reported by: Wilko Meyer <w <at> wmeyer.eu>

Date: Tue, 30 Apr 2024 22:27:01 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Wilko Meyer <w <at> wmeyer.eu>
To: 70685 <at> debbugs.gnu.org
Cc: Wilko Meyer <w <at> wmeyer.eu>, Efraim Flashner <efraim <at> flashner.co.il>
Subject: [bug#70685] [PATCH 12/30] gnu: rust-postgres-0.19: Update to 0.19.7.
Date: Wed,  1 May 2024 00:27:17 +0200
* gnu/packages/crates-io.scm (rust-postgres-0.19): Update to 0.19.7.
  [cargo-inputs]: Add rust-futures-util.

Change-Id: Ic103442aa8ceeaa2aa9a143ed709c88b15dd259e
---
 gnu/packages/crates-io.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 41992efc69..b372e5e527 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -48735,7 +48735,7 @@ (define-public rust-portaudio-sys-0.1
 (define-public rust-postgres-0.19
   (package
     (name "rust-postgres")
-    (version "0.19.1")
+    (version "0.19.7")
     (source
       (origin
         (method url-fetch)
@@ -48744,7 +48744,7 @@ (define-public rust-postgres-0.19
          (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
-          "1hnid1d78zrr8ph12lpvp5b2cpx2fsqqgqs2yn1q23c6g7jix1y7"))))
+          "0lfl2rcnyy3h617pqiz0d0329v67l7zjbamw1h24dg0asqzb65br"))))
     (build-system cargo-build-system)
     (arguments
      `(#:tests? #f          ; tests require postgres server.
@@ -48752,6 +48752,7 @@ (define-public rust-postgres-0.19
        (("rust-bytes" ,rust-bytes-1)
         ("rust-fallible-iterator" ,rust-fallible-iterator-0.2)
         ("rust-futures" ,rust-futures-0.3)
+        ("rust-futures-util" ,rust-futures-util-0.3)
         ("rust-log" ,rust-log-0.4)
         ("rust-tokio" ,rust-tokio-1)
         ("rust-tokio-postgres" ,rust-tokio-postgres-0.7))
-- 
2.41.0





This bug report was last modified 44 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.