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

commit 9e96dfe2c5e85314c5a8fdfd2bae83dd0e7b3caf
Author: Efraim Flashner <efr...@flashner.co.il>
AuthorDate: Sun Feb 16 14:22:32 2025 +0200

    gnu: skim: Update to 0.16.0.
    
    * gnu/packages/rust-apps.scm (skim): Update to 0.16.0.
    [cargo-inputs]: Add rust-crossbeam-0.8.  Replace rust-vte-0.13 with
    0.14.  Remove rust-lazy-static-1.
    
    Change-Id: I5f2c77ad8b730e2dd2cd1fb7bf5dee1c8c83c42c
---
 gnu/packages/rust-apps.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 7b43622b94..2e2485cb76 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -3991,7 +3991,7 @@ common-sense defaults.")
 (define-public skim
   (package
     (name "skim")
-    (version "0.15.7")
+    (version "0.16.0")
     (source
      (origin
        ;; crates.io doesn't have everything needed.
@@ -4001,7 +4001,7 @@ common-sense defaults.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "05j775mgx5a00k2p6nwlgxsdizjlw2380ai5rr5d86n2pg58fhmx"))))
+        (base32 "1rwq635iin1vp0ad64qnlgg2pk8chk5p58vwv78f2qp1p3nc5sg9"))))
     (build-system cargo-build-system)
     (arguments
      `(#:install-source? #f
@@ -4013,12 +4013,12 @@ common-sense defaults.")
                        ("rust-clap-complete-fig" ,rust-clap-complete-fig-4)
                        ("rust-clap-complete-nushell" 
,rust-clap-complete-nushell-4)
                        ("rust-clap-mangen" ,rust-clap-mangen-0.2)
+                       ("rust-crossbeam" ,rust-crossbeam-0.8)
                        ("rust-defer-drop" ,rust-defer-drop-1)
                        ("rust-derive-builder" ,rust-derive-builder-0.20)
                        ("rust-env-logger" ,rust-env-logger-0.11)
                        ("rust-fuzzy-matcher" ,rust-fuzzy-matcher-0.3)
                        ("rust-indexmap" ,rust-indexmap-2)
-                       ("rust-lazy-static" ,rust-lazy-static-1)
                        ("rust-log" ,rust-log-0.4)
                        ("rust-nix" ,rust-nix-0.29)
                        ("rust-rand" ,rust-rand-0.8)
@@ -4031,7 +4031,7 @@ common-sense defaults.")
                        ("rust-timer" ,rust-timer-0.2)
                        ("rust-tuikit" ,rust-tuikit-0.5)
                        ("rust-unicode-width" ,rust-unicode-width-0.2)
-                       ("rust-vte" ,rust-vte-0.13)
+                       ("rust-vte" ,rust-vte-0.14)
                        ("rust-which" ,rust-which-7))
        #:phases (modify-phases %standard-phases
                   (replace 'install

Reply via email to