guix-commits
[Top][All Lists]
Advanced

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

65/470: gnu: rust-serde-repr-0.1: Update to 0.1.10.


From: guix-commits
Subject: 65/470: gnu: rust-serde-repr-0.1: Update to 0.1.10.
Date: Thu, 16 Mar 2023 02:59:58 -0400 (EDT)

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

commit caf809d74326d1f6892519accae752ea5aa65c6c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jan 12 19:49:58 2023 +0200

    gnu: rust-serde-repr-0.1: Update to 0.1.10.
    
    * gnu/packages/crates-io.scm (rust-serde-repr-0.1): Update to 0.1.10.
    [arguments]: Don't skip build.
    [cargo-development-inputs]: Add rust-rustversion-1, rust-serde-1,
    rust-serde-json-1, rust-trybuild-1.
---
 gnu/packages/crates-io.scm | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 009fa31202..43543ecfbd 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -52380,21 +52380,25 @@ commonly used by Ruby on Rails via Rack.")
 (define-public rust-serde-repr-0.1
   (package
     (name "rust-serde-repr")
-    (version "0.1.6")
+    (version "0.1.10")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "serde_repr" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0xhwamlb1ax3w87mpq0awcphwchprh93y1hb47rm3c0p3favgiid"))))
+        (base32 "0knbzc87nlrfnm1jh3zmx77hxflnzk0xl8xcv7jvn3m2fkxcjpls"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
+     `(#:cargo-inputs
        (("rust-proc-macro2" ,rust-proc-macro2-1)
         ("rust-quote" ,rust-quote-1)
-        ("rust-syn" ,rust-syn-1))))
+        ("rust-syn" ,rust-syn-1))
+       #:cargo-development-inputs
+       (("rust-rustversion" ,rust-rustversion-1)
+        ("rust-serde" ,rust-serde-1)
+        ("rust-serde-json" ,rust-serde-json-1)
+        ("rust-trybuild" ,rust-trybuild-1))))
     (home-page "https://github.com/dtolnay/serde-repr";)
     (synopsis "Serialize and deserialize C-like enum as underlying repr")
     (description



reply via email to

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