guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

36/41: gnu: rust-stdweb-internal-runtime-0.1: Update to 0.1.5.


From: guix-commits
Subject: 36/41: gnu: rust-stdweb-internal-runtime-0.1: Update to 0.1.5.
Date: Tue, 11 Feb 2020 13:24:53 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 59e84ce34b4a20405e9b1adfe6a92c620fad4013
Author: Efraim Flashner <address@hidden>
AuthorDate: Tue Feb 11 18:23:05 2020 +0200

    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 730d4cb..cc9cfcb 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))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]