me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 0 additions and 1 deletions

View File

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