From 59e84ce34b4a20405e9b1adfe6a92c620fad4013 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 11 Feb 2020 18:23:05 +0200 Subject: gnu: rust-stdweb-internal-runtime-0.1: Update to 0.1.5. * gnu/packages/crates-io.scm (rust-stdweb-internal-runtime-0.1): Update to 0.1.5. [properties]: Remove field. --- gnu/packages/crates-io.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 730d4cb73d..cc9cfcb865 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -11881,7 +11881,7 @@ Web.") (define-public rust-stdweb-internal-runtime-0.1 (package (name "rust-stdweb-internal-runtime") - (version "0.1.4") + (version "0.1.5") (source (origin (method url-fetch) @@ -11889,13 +11889,12 @@ Web.") (file-name (string-append name "-" version ".crate")) (sha256 (base32 - "1nhpyra7glbwcpakhpj5a3d7h7kx1ynif473nzshmk226m91f8ym")))) + "1h0nkppb4r8dbrbms2hw9n5xdcs392m0r5hj3b6lsx3h6fx02dr1")))) (build-system cargo-build-system) (home-page "https://github.com/koute/stdweb") (synopsis "Internal runtime for the @code{stdweb} crate") (description "This crate provides internal runtime for the @code{stdweb} crate.") - (properties '((hidden? . #t))) (license (list license:asl2.0 license:expat)))) -- cgit v1.2.3