gnu: rust-ppv-lite86-0.2: Upgrade to 0.2.6.
authorEfraim Flashner <efraim@flashner.co.il>
Tue, 11 Feb 2020 15:34:34 +0000 (17:34 +0200)
committerEfraim Flashner <efraim@flashner.co.il>
Tue, 11 Feb 2020 18:23:15 +0000 (20:23 +0200)
* gnu/packages/crates-io.scm (rust-ppv-lite86-0.2): Update to 0.2.6.
[properties]: Remove field.

gnu/packages/crates-io.scm

index 1213389..31a6f81 100644 (file)
@@ -8734,7 +8734,7 @@ applications.")
 (define-public rust-ppv-lite86-0.2
   (package
     (name "rust-ppv-lite86")
-    (version "0.2.5")
+    (version "0.2.6")
     (source
       (origin
         (method url-fetch)
@@ -8742,13 +8742,12 @@ applications.")
         (file-name (string-append name "-" version ".crate"))
         (sha256
          (base32
-          "06snnv338w341nicfqba2jgln5dsla72ndkgrw7h1dfdb3vgkjz3"))))
+          "06zs492wbms7j5qhy58cs3976c7kyc47rx0d6fn63rgvp580njbl"))))
     (build-system cargo-build-system)
     (home-page "https://github.com/cryptocorrosion/cryptocorrosion")
     (synopsis "Implementation of the crypto-simd API for x86")
     (description "This crate provides an implementation of the crypto-simd API
 for x86.")
-    (properties '((hidden? . #t)))
     (license (list license:asl2.0
                    license:expat))))