me
/
guix
Archived
1
0
Fork 0

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.
master
Efraim Flashner 2020-02-11 18:23:05 +02:00
parent 480f265e09
commit 59e84ce34b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 3 deletions

View File

@ -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))))