gnu: rust-semver-parser-0.9: Don't hide package.

* gnu/packages/crates-io.scm (rust-semver-parser-0.9)[properties]:
Remove field.
(rust-semver-parser-0.7)[properties]: Same.
This commit is contained in:
Efraim Flashner 2020-02-11 17:58:30 +02:00
parent cd422b4f6a
commit a3b61d2192
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -10967,7 +10967,6 @@ proven statistical guarantees.")
(home-page "https://github.com/steveklabnik/semver-parser") (home-page "https://github.com/steveklabnik/semver-parser")
(synopsis "Parsing of the semver spec") (synopsis "Parsing of the semver spec")
(description "This package provides for parsing of the semver spec.") (description "This package provides for parsing of the semver spec.")
(properties '((hidden? . #t)))
(license (list license:asl2.0 (license (list license:asl2.0
license:expat)))) license:expat))))