GNU bug report logs -
#75677
[PATCH rust-team 00/89] Assorted package updates for rust-team
Previous Next
Full log
View this message in rfc822 format
* 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 c5e7c471d2..e18e6efafe 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.47.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.