GNU bug report logs -
#67077
Update rbw, the bitwarden client
Previous Next
Reported by: VÖRÖSKŐI András <voroskoi <at> gmail.com>
Date: Sat, 11 Nov 2023 15:19:02 UTC
Severity: normal
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #26 received at 67077 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-borsh-0.10): New variable.
Change-Id: Ib622fc9af07092dfa8f7a81a3816586999716c12
---
gnu/packages/crates-io.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2acbf4931e..0d2c824456 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -9261,6 +9261,33 @@ (define-public rust-blowfish-0.9
(description "Blowfish block cipher")
(license (list license:expat license:asl2.0))))
+(define-public rust-borsh-0.10
+ (package
+ (name "rust-borsh")
+ (version "0.10.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "borsh" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0sq4l9jfik5dmpy1islcj40bing1jkji2q1qbrkvq1d02n92f521"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:tests? #f ;; failing tests
+ #:cargo-inputs
+ (("rust-borsh-derive" ,rust-borsh-derive-0.10)
+ ("rust-bytes" ,rust-bytes-1)
+ ("rust-hashbrown" ,rust-hashbrown-0.13))
+ #:cargo-development-inputs
+ (("rust-bytes" ,rust-bytes-1))))
+ (home-page "https://borsh.io")
+ (synopsis "Borsch is the binary object representation serializer for hashing")
+ (description "This crate implements @code{borsh}, the binary object representation
+serializer for hasing. It is meant to be used in security-critical projects as it
+prioritizes consistency, safety, speed, and comes with a strict specification.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-borsh-derive-0.10
(package
(name "rust-borsh-derive")
--
2.41.0
This bug report was last modified 1 year and 158 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.