guix-commits
[Top][All Lists]
Advanced

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

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


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

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

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

    gnu: rust-include-flate-codegen-exports-0.1: Update to 0.1.4.
    
    * gnu/packages/crates-io.scm (rust-include-flate-codegen-exports-0.1):
    Update to 0.1.4.
    
    Change-Id: I724e3712c57c89c1828c4380349d0cb74f67238b
---
 gnu/packages/crates-io.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3b31d859e0..718c116c84 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -31332,17 +31332,17 @@ crate.")
 (define-public rust-include-flate-codegen-exports-0.1
   (package
     (name "rust-include-flate-codegen-exports")
-    (version "0.1.3")
+    (version "0.1.4")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "include-flate-codegen-exports" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0dk7xdrck9f3bjnwm3rmh5gl1hs64lr2gnd3dv3jznharcmyb4mw"))))
+        (base32 "00qswg7avv92mjp0p3kmswp3jask0psz1bmq3h7jin73zx1p0rbm"))))
     (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-include-flate-codegen" ,rust-include-flate-codegen-0.1)
         ("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5))))



reply via email to

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