guix-patches
[Top][All Lists]
Advanced

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

[bug#70685] [PATCH 13/30] gnu: rust-postgres-derive-0.4: Update to 0.4.5


From: Wilko Meyer
Subject: [bug#70685] [PATCH 13/30] gnu: rust-postgres-derive-0.4: Update to 0.4.5.
Date: Wed, 1 May 2024 00:27:18 +0200

* gnu/packages/crates-io.scm (rust-postgres-derive-0.4): Update to 0.4.5.
  [cargo-inputs]: Update dependencies.

Change-Id: Ie7fc9c63d347bfc7dc234797e85f96fd517999a5
---
 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 b372e5e527..3a7fc4f3ef 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -48767,7 +48767,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)
@@ -48775,13 +48775,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]