GNU bug report logs -
#53315
[PATCH 000/150] gnu: Add alfis
Previous Next
Full log
Message #269 received at 53315 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-tap-1): Update to 1.0.1.
---
gnu/packages/crates-io.scm | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e3d1cd7c0c..b54cee0c3f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -55950,16 +55950,14 @@ (define-public rust-takeable-option-0.4
(define-public rust-tap-1
(package
(name "rust-tap")
- (version "1.0.0")
+ (version "1.0.1")
(source
- (origin
- (method url-fetch)
- (uri (crate-uri "tap" version))
- (file-name
- (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "13h7rw3zg3qyb4wrri8l6xbd1wrxd2rq29sqxnkd7zqs5mrlwirn"))))
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "tap" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0sc3gl4nldqpvyhqi3bbd0l9k7fngrcl4zs47n314nqqk4bpx4sm"))))
(build-system cargo-build-system)
(home-page "https://github.com/myrrlyn/tap")
(synopsis "Generic extensions for tapping values in Rust")
--
2.34.0
--
Aleksandr Vityazev
This bug report was last modified 3 years and 119 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.