1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 03:51:53 +02:00

gnu: bottom: Update to 0.12.3.

* gnu/packages/rust-apps.scm (bottom): Update to 0.12.3.
[arguments]: Skip 3 more tests.
* gnu/packages/rust-crates.scm (lookup-cargo-inputs)[bottom]: Update
entry.

Change-Id: Ib9acf19de50f9c80f6bc2c8eba525ab392c5efb2
This commit is contained in:
marderbot
2026-02-15 10:12:17 +01:00
committed by Efraim Flashner
parent 6f0395fd9b
commit 9a88221a91
2 changed files with 386 additions and 164 deletions
+5 -2
View File
@@ -307,14 +307,14 @@ paging.")
(define-public bottom
(package
(name "bottom")
(version "0.10.2")
(version "0.12.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "bottom" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0y9wjbzrmcvh0fvfr5cizzwzy6f18hagk970mljwhccrwdsbaapg"))))
(base32 "0vnm6l527pzlpk3jb6qai4jhs7l5c9d9vagxgzc6m7kws8srkqii"))))
(build-system cargo-build-system)
(arguments
`(#:install-source? #f
@@ -328,6 +328,9 @@ paging.")
"--skip=valid_config_tests::test_many_proc"
"--skip=valid_config_tests::test_styling_sanity_check"
"--skip=valid_config_tests::test_styling_sanity_check_2"
"--skip=valid_config_tests::test_linux_only"
"--skip=valid_config_tests::test_new_default"
"--skip=valid_config_tests::test_proc_columns"
"--skip=valid_config_tests::test_theme")
#:phases
(modify-phases %standard-phases