summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-02-11 18:23:05 +0200
committerEfraim Flashner <efraim@flashner.co.il>2020-02-11 20:23:18 +0200
commit59e84ce34b4a20405e9b1adfe6a92c620fad4013 (patch)
tree1f20f9e5894cdd61900d0b3686d55f3a1d9d0660
parent480f265e09e28117e863810241a49b72c840e207 (diff)
downloadpatches-59e84ce34b4a20405e9b1adfe6a92c620fad4013.tar
patches-59e84ce34b4a20405e9b1adfe6a92c620fad4013.tar.gz
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.
-rw-r--r--gnu/packages/crates-io.scm5
1 files 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))))