guix-commits
[Top][All Lists]
Advanced

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

19/20: gnu: rust-clap-complete-nushell-4: Update to 4.5.5.


From: guix-commits
Subject: 19/20: gnu: rust-clap-complete-nushell-4: Update to 4.5.5.
Date: Sun, 5 Jan 2025 06:03:46 -0500 (EST)

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

commit e092a850bc8ba509aaa4c5500a16494cef7377d4
Author: Divya Ranjan <divya@subvertising.org>
AuthorDate: Sun Jan 5 07:04:19 2025 +0000

    gnu: rust-clap-complete-nushell-4: Update to 4.5.5.
    
    * gnu/packages/crates-io.scm (rust-clap-complete-nushell-4): Update to 
4.5.5.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0e96840f27..c6c77c53e5 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12869,14 +12869,14 @@ with Clap to generate Fig completion scripts.")
 (define-public rust-clap-complete-nushell-4
   (package
     (name "rust-clap-complete-nushell")
-    (version "4.5.4")
+    (version "4.5.5")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "clap_complete_nushell" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0xvnl61gnc3j76b9y50y35zvg7fls30i7lyb43fmsvncj3kh4n9i"))))
+        (base32 "12miqxh9g7q37w11bgv55b32s0hdf6avf0lhagzc5psp6icv3a66"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs (("rust-clap" ,rust-clap-4)



reply via email to

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