guix-commits
[Top][All Lists]
Advanced

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

362/436: gnu: rust-no-color-0.1: Update to 0.1.26.


From: guix-commits
Subject: 362/436: gnu: rust-no-color-0.1: Update to 0.1.26.
Date: Sun, 5 Nov 2023 05:29:48 -0500 (EST)

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

commit a1d26f9382824ec28998c8c9d4733e9f86591e74
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Nov 4 22:07:54 2023 +0200

    gnu: rust-no-color-0.1: Update to 0.1.26.
    
    * gnu/packages/crates-io.scm (rust-no-color-0.1): Update to 0.1.26.
    [cargo-inputs]: Replace rust-syn-1 with 2.
    [cargo-development-inputs]: Add rust-rustversion-1, rust-trybuild-1.
    
    Change-Id: I06027c081e6b72e63ce21f93306a1ae4cedb8760
---
 gnu/packages/crates-io.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 20476be339..a9dd7a2f11 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -46820,24 +46820,25 @@ environment variable is set.")
 (define-public rust-no-panic-0.1
   (package
     (name "rust-no-panic")
-    (version "0.1.12")
+    (version "0.1.26")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "no-panic" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0xan5v9ac1aklinc8aw16raq36pb4idjrl502np8gy32gfs6s751"))))
+         "0sp4d9815f8vdz31qm10wpnswi0x89hlbzw78nxy0p2g88kd39ki"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
        (("rust-proc-macro2" ,rust-proc-macro2-1)
         ("rust-quote" ,rust-quote-1)
-        ("rust-syn" ,rust-syn-1))
+        ("rust-syn" ,rust-syn-2))
        #:cargo-development-inputs
-       (("rust-tempfile" ,rust-tempfile-3))))
+       (("rust-rustversion" ,rust-rustversion-1)
+        ("rust-tempfile" ,rust-tempfile-3)
+        ("rust-trybuild" ,rust-trybuild-1))))
     (home-page "https://github.com/dtolnay/no-panic";)
     (synopsis "Prove a function can't ever panic")
     (description



reply via email to

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