guix-commits
[Top][All Lists]
Advanced

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

385/436: gnu: rust-packed-struct: Update to 0.3.1.


From: guix-commits
Subject: 385/436: gnu: rust-packed-struct: Update to 0.3.1.
Date: Sun, 5 Nov 2023 05:29:57 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit fd0f3aa06a0f1e46d6011ef34d09c1ff2e5abc69
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Nov 4 22:45:18 2023 +0200

    gnu: rust-packed-struct: Update to 0.3.1.
    
    * gnu/packages/crates-io.scm (rust-packed-struct): Update to 0.3.1.
    [arguments]: Add cargo-test-flags.
    
    Change-Id: I2a6a796cfe604bd4cd9c0eaa064be6aca365ec23
---
 gnu/packages/crates-io.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index b119f84ca1..20bcc9e94b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -50588,18 +50588,19 @@ signing/verification, and general purpose curve 
arithmetic support.")
 (define-public rust-packed-struct
   (package
     (name "rust-packed-struct")
-    (version "0.3.0")
+    (version "0.3.1")
     (source
       (origin
         (method url-fetch)
         (uri (crate-uri "packed_struct" version))
-        (file-name
-          (string-append name "-" version ".tar.gz"))
+        (file-name (string-append name "-" version ".tar.gz"))
         (sha256
-         (base32 "10b2fmxchmcigwagnhi42frj74dl02wyv0xwmbr9839qfh7gijlh"))))
+         (base32 "1pvc0b8zpwlwx7kmvnvzh06nfdfrlqxf3p1xr0k1b3xm33xhzcd2"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:cargo-inputs
+     `(#:cargo-test-flags       ; Skip the doctests.
+       '("--release" "--lib" "--bins" "--tests")
+       #:cargo-inputs
        (("rust-serde" ,rust-serde-1)
         ("rust-serde-derive" ,rust-serde-derive-1))))
     (home-page "http://www.hashmismatch.net/libraries/packed-struct/";)



reply via email to

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