gnu: rust-md5-0.6: Don't hide package.

* gnu/packages/crates-io.scm (rust-md5-0.6)[arguments]: Skip build.
[properties]: Remove field.
This commit is contained in:
Efraim Flashner 2020-01-21 17:51:01 +02:00
parent 5b7856ecd0
commit e61dc8d0d7
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -6060,10 +6060,10 @@ (define-public rust-md5-0.6
(base32
"17b2xm4h4cvxsdjsf3kdrzqv2za60kak961xzi5kmw6g6djcssvy"))))
(build-system cargo-build-system)
(arguments '(#:skip-build? #t))
(home-page "https://github.com/stainless-steel/md5")
(synopsis "MD5 hash function in Rust")
(description "The package provides the MD5 hash function.")
(properties '((hidden? . #t)))
(license (list license:asl2.0
license:expat))))