guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#69257] [PATCH rust-team v2 064/117] gnu: rust-postgres-derive-0.4:


From: Herman Rimm
Subject: [bug#69257] [PATCH rust-team v2 064/117] gnu: rust-postgres-derive-0.4: Upgrade to 0.4.5.
Date: Sun, 28 Apr 2024 20:55:30 +0200

* gnu/packages/crates-crypto.scm (rust-postgres-derive-0.4): Update to
0.4.5.
[cargo-inputs]: Add rust-heck-0.4.  Replace rust-syn-1 with 2.

Change-Id: Idef98b98c336813c5359bc2a138b285ebd290fd2
---
 gnu/packages/crates-io.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 9eebc32a2f..8adaa126ac 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -55738,7 +55738,7 @@ (define-public rust-postgres-0.19
 (define-public rust-postgres-derive-0.4
   (package
     (name "rust-postgres-derive")
-    (version "0.4.0")
+    (version "0.4.5")
     (source
       (origin
         (method url-fetch)
@@ -55746,13 +55746,14 @@ (define-public rust-postgres-derive-0.4
         (file-name
          (string-append name "-" version ".tar.gz"))
         (sha256
-         (base32 "0xqlf1gffy3q8hra3fm0vm9x8i5fkvi0qjl99d0xirxh3hidsmy8"))))
+         (base32 "18l065qawh5lm1d350s32mg6d9rzhj6878d9h7whw18vfjx5w543"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
-       (("rust-proc-macro2" ,rust-proc-macro2-1)
+       (("rust-heck" ,rust-heck-0.4)
+        ("rust-proc-macro2" ,rust-proc-macro2-1)
         ("rust-quote" ,rust-quote-1)
-        ("rust-syn" ,rust-syn-1))))
+        ("rust-syn" ,rust-syn-2))))
     (home-page "https://github.com/sfackler/rust-postgres";)
     (synopsis "Internal crate used by postgres-types")
     (description
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]