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

commit 5074b77218b4dfd03232eb0ac130b26122bef5aa
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu Dec 26 18:16:47 2024 +0200

    gnu: complgen: Update to 0.3.0.
    
    * gnu/packages/rust-apps.scm (complgen): Update to 0.3.0.
    [cargo-inputs]: Add rust-indexmap-2.
    
    Change-Id: I8f51cfd8a4f2bd7a388d9168c0722da62d450636
---
 gnu/packages/rust-apps.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index f09c430db1..129c4f10df 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -417,7 +417,7 @@ paging.")
 (define-public complgen
   (package
     (name "complgen")
-    (version "0.2.0")
+    (version "0.3.0")
     (source
      (origin
        (method git-fetch)
@@ -426,7 +426,7 @@ paging.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "026bv2cync6qgdkn1ifhspy6z9v25plziqhnn58rlgffx2a0dqn2"))))
+        (base32 "1v94lg7p79j5706d520jfvidpkw5pqv1a8hgg6cy3fpkghgr375j"))))
     (build-system cargo-build-system)
     (arguments
      (list
@@ -437,6 +437,7 @@ paging.")
                        ("rust-clap" ,rust-clap-4)
                        ("rust-env-logger" ,rust-env-logger-0.10)
                        ("rust-hashbrown" ,rust-hashbrown-0.13)
+                       ("rust-indexmap" ,rust-indexmap-2)
                        ("rust-itertools" ,rust-itertools-0.10)
                        ("rust-log" ,rust-log-0.4)
                        ("rust-nom" ,rust-nom-7)

Reply via email to