guix-commits
[Top][All Lists]
Advanced

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

15/18: gnu: rust-nodrop-0.1: Update to 0.1.14.


From: guix-commits
Subject: 15/18: gnu: rust-nodrop-0.1: Update to 0.1.14.
Date: Sun, 9 Feb 2020 05:14:42 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit f010cd54a576a454c98ab634d84e9a8d227fc93d
Author: Efraim Flashner <address@hidden>
AuthorDate: Sun Feb 9 11:53:21 2020 +0200

    gnu: rust-nodrop-0.1: Update to 0.1.14.
    
    * gnu/packages/crates-io.scm (rust-nodrop-0.1): Update to 0.1.14.
    [arguments]: Add rust-nodrop-union-0.1 to cargo-inputs.
    [properties]: Remove field.
---
 gnu/packages/crates-io.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 9243594..472af20 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -7186,7 +7186,7 @@ prove a function can't ever panic.")
 (define-public rust-nodrop-0.1
   (package
     (name "rust-nodrop")
-    (version "0.1.13")
+    (version "0.1.14")
     (source
       (origin
         (method url-fetch)
@@ -7194,13 +7194,15 @@ prove a function can't ever panic.")
         (file-name (string-append name "-" version ".crate"))
         (sha256
          (base32
-          "0if9ifn6rvar5jirx4b3qh4sl5kjkmcifycvzhxa9j3crkfng5ig"))))
+          "1fz1v9r8ijacf0hlq0pdv5l9mz8vgqg1snmhvpjmi9aci1b4mvvj"))))
     (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs
+       (("rust-nodrop-union" ,rust-nodrop-union-0.1))))
     (home-page "https://github.com/bluss/arrayvec";)
     (synopsis "Wrapper type to inhibit drop (destructor)")
     (description "This package provides a wrapper type to inhibit drop
 (destructor).  Use @code{std::mem::ManuallyDrop} instead!")
-    (properties '((hidden? . #t)))
     (license (list license:asl2.0
                    license:expat))))
 



reply via email to

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