guix-commits
[Top][All Lists]
Advanced

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

235/330: gnu: rust-include-flate-codegen-0.1: Update to 0.1.4.


From: guix-commits
Subject: 235/330: gnu: rust-include-flate-codegen-0.1: Update to 0.1.4.
Date: Mon, 18 Mar 2024 07:16:23 -0400 (EDT)

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

commit b403c094830f0e42a86c6331597f7953f2bc8356
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Mar 17 16:24:05 2024 +0200

    gnu: rust-include-flate-codegen-0.1: Update to 0.1.4.
    
    * gnu/packages/crates-io.scm (rust-include-flate-codegen-0.1): Update to
    0.1.4.
    [arguments]: Replace rust-libflate-0.1 with 1, rust-proc-macro2-0.4 with
    1, rust-quote-0.6 with 1, rust-syn-0.15 with 1.
    
    Change-Id: I891271317b7ba165ba878d98116aa3cdac0a7d4e
---
 gnu/packages/crates-io.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index ade14e6743..3b31d859e0 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -31305,23 +31305,23 @@ with compile-time deflation and runtime lazy 
inflation.")
 (define-public rust-include-flate-codegen-0.1
   (package
     (name "rust-include-flate-codegen")
-    (version "0.1.3")
+    (version "0.1.4")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "include-flate-codegen" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1mbw6fcczmfw4dabps4l90mdn2wdy9zhqwh60xx4fjcxqfsm9ksb"))))
+        (base32 "1s34ssq0l3d2sn8n3mxmkz3jbm600fbckd0213mjjcgs34a6wz9s"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:skip-build? #t
+     `(#:skip-build? #t ; `#![feature]` may not be used on the stable release 
channel
        #:cargo-inputs
-       (("rust-libflate" ,rust-libflate-0.1)
+       (("rust-libflate" ,rust-libflate-1)
         ("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5)
-        ("rust-proc-macro2" ,rust-proc-macro2-0.4)
-        ("rust-quote" ,rust-quote-0.6)
-        ("rust-syn" ,rust-syn-0.15))))
+        ("rust-proc-macro2" ,rust-proc-macro2-1)
+        ("rust-quote" ,rust-quote-1)
+        ("rust-syn" ,rust-syn-1))))
     (home-page "https://github.com/SOF3/include-flate";)
     (synopsis "Macro codegen for the @code{include-flate} crate")
     (description



reply via email to

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