gnu: rust-clap-3: Update to 3.2.25.

* gnu/packages/crates-io.scm (rust-clap-3): Update to 3.2.25.

Change-Id: I6aa023acf5d41d8a75201c8852dfa961cd3b94a1
This commit is contained in:
Efraim Flashner 2024-01-22 12:10:47 +02:00
parent c7cf7e3166
commit f4c1aa3f41
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -10855,14 +10855,14 @@ Command Line Argument Parser.")
(package
(inherit rust-clap-4)
(name "rust-clap")
(version "3.2.23")
(version "3.2.25")
(source
(origin
(method url-fetch)
(uri (crate-uri "clap" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "19bkwkj49ha7mlip0gxsqb9xmd3jpr7ghvcx1hkx6icqrd2mqrbi"))))
(base32 "08vi402vfqmfj9f07c4gl6082qxgf4c9x98pbndcnwbgaszq38af"))))
(arguments
(list #:cargo-test-flags
'(list "--release" "--"