me
/
guix
Archived
1
0
Fork 0

gnu: rust-doc-comment-0.3: Update to 0.3.3.

* gnu/packages/crates-io.scm (rust-doc-comment-0.3): Update to 0.3.3.
[arguments]: Don't skip tests.
Efraim Flashner 2023-07-13 20:54:16 +03:00
parent 0098d5b676
commit 7a7a60a84c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 3 deletions

View File

@ -20045,7 +20045,7 @@ not support network, only raw protocol parser.")
(define-public rust-doc-comment-0.3
(package
(name "rust-doc-comment")
(version "0.3.1")
(version "0.3.3")
(source
(origin
(method url-fetch)
@ -20053,9 +20053,8 @@ not support network, only raw protocol parser.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"15rsqxgarfpb1yim9sbp9yfgj7p2dq6v51c6bq1a62paii9ylgcj"))))
"043sprsf3wl926zmck1bm7gw0jq50mb76lkpk49vasfr6ax1p97y"))))
(build-system cargo-build-system)
(arguments '(#:skip-build? #t))
(home-page "https://github.com/GuillaumeGomez/doc-comment")
(synopsis "Macro to generate doc comments")
(description "This package provides a way to generate doc comments