[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: rust-rustdoc-stripper-0.1: Update to 0.1.16.
From: |
guix-commits |
Subject: |
branch master updated: gnu: rust-rustdoc-stripper-0.1: Update to 0.1.16. |
Date: |
Fri, 04 Dec 2020 08:59:23 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 0962bb5 gnu: rust-rustdoc-stripper-0.1: Update to 0.1.16.
0962bb5 is described below
commit 0962bb501e872b11d7108012a1216adcad803bdd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Dec 4 14:58:30 2020 +0100
gnu: rust-rustdoc-stripper-0.1: Update to 0.1.16.
* gnu/packages/crates-io.scm (rust-rustdoc-stripper-0.1): Update to
0.1.16. Fix indentation.
---
gnu/packages/crates-io.scm | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 4cd6a8b..7bf04d1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -23885,16 +23885,15 @@ rustc compiler.")
(define-public rust-rustdoc-stripper-0.1
(package
(name "rust-rustdoc-stripper")
- (version "0.1.9")
+ (version "0.1.16")
(source
- (origin
- (method url-fetch)
- (uri (crate-uri "rustdoc-stripper" version))
- (file-name
- (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "13rf65a0xk1zyb92jd8p12x529rsbfchwk9zvjr0snr9savpxw19"))))
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "rustdoc-stripper" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "053041694rjfcs0c6nkfz164d67klmj66wkf8dwlcc7y75gf57wp"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-development-inputs
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: rust-rustdoc-stripper-0.1: Update to 0.1.16.,
guix-commits <=