GNU bug report logs - #75677
[PATCH rust-team 00/89] Assorted package updates for rust-team

Previous Next

Package: guix-patches;

Reported by: Aaron Covrig <aaron.covrig.us <at> ieee.org>

Date: Sun, 19 Jan 2025 22:43:02 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

Full log


Message #422 received at 75677 <at> debbugs.gnu.org (full text, mbox):

From: Aaron Covrig <aaron.covrig.us <at> ieee.org>
To: 75677 <at> debbugs.gnu.org
Cc: Aaron Covrig <aaron.covrig.us <at> ieee.org>
Subject: [PATCH rust-team v2 48/81] gnu: rust-postgres-derive-0.4: Upgrade to
 v0.4.6
Date: Fri,  7 Mar 2025 22:33:54 -0500
* gnu/packages/crates-database.scm (rust-postgres-derive-0.4): Upgrade
  to v0.4.6
---
 gnu/packages/crates-database.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-database.scm b/gnu/packages/crates-database.scm
index 61c07f55fd..dfd05ac98e 100644
--- a/gnu/packages/crates-database.scm
+++ b/gnu/packages/crates-database.scm
@@ -549,7 +549,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.6")
     (source
       (origin
         (method url-fetch)
@@ -557,13 +557,14 @@ (define-public rust-postgres-derive-0.4
         (file-name
          (string-append name "-" version ".tar.gz"))
         (sha256
-         (base32 "0xqlf1gffy3q8hra3fm0vm9x8i5fkvi0qjl99d0xirxh3hidsmy8"))))
+         (base32 "0pqpwjjswzajgzll4200g8csrs6kkjhyc23p8hnz6piwc2j0ww39"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
-       (("rust-proc-macro2" ,rust-proc-macro2-1)
+       (("rust-heck" ,rust-heck-0.5)
+        ("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.48.1





This bug report was last modified today.

Previous Next


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