GNU bug report logs -
#69257
[PATCH 000/228 rust-team] WIP: Add GNOME Fractal dependencies.
Previous Next
Full log
Message #818 received at 69257 <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 1 year and 42 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.