~ruther/guix-local

fff7429ac782084e298a1024f7f57391195d7bfa — Hilton Chain 1 year, 5 days ago 603c85f
gnu: tealdeer: Update to 1.7.2.

* gnu/packages/rust-apps.scm (tealdeer): Update to 1.7.2.
[inputs]: Use ‘cargo-inputs’.
[arguments]: Remove #:cargo-inputs and #:cargo-development-inputs.
* gnu/packages/rust-crates.scm (lookup-cargo-inputs)[tealdeer]: New entry.

Change-Id: I1d65fddbe0e94502068e775f0a052c9d517eb1e8
2 files changed, 278 insertions(+), 24 deletions(-)

M gnu/packages/rust-apps.scm
M gnu/packages/rust-crates.scm
M gnu/packages/rust-apps.scm => gnu/packages/rust-apps.scm +4 -24
@@ 3252,7 3252,7 @@ window manager.")
(define-public tealdeer
  (package
    (name "tealdeer")
    (version "1.7.1")
    (version "1.7.2")
    (source
     (origin
       ;; Completions aren't in the release tarball.


@@ 3263,7 3263,7 @@ window manager.")
       (file-name (git-file-name name version))
       (sha256
        (base32
         "1qwg2xifazg39qxra5r7ficvgcprianzi02frz853s7dly7q10si"))))
         "0yy0cvbw3n16whnqqycr54w18kiv6jlc3v0pl0276zvn9mc7p4qr"))))
    (build-system cargo-build-system)
    (arguments
     `(#:phases


@@ 3295,31 3295,11 @@ window manager.")
         "--skip=test_spaces_find_command"
         "--skip=test_autoupdate_cache"
         "--skip=test_update_cache"
         "--skip=test_create_cache_directory_path")
       #:cargo-inputs
       (("rust-anyhow" ,rust-anyhow-1)
        ("rust-app-dirs2" ,rust-app-dirs2-2)
        ("rust-clap" ,rust-clap-4)
        ("rust-env-logger" ,rust-env-logger-0.11)
        ("rust-log" ,rust-log-0.4)
        ("rust-pager" ,rust-pager-0.16)
        ("rust-reqwest" ,rust-reqwest-0.12)
        ("rust-serde" ,rust-serde-1)
        ("rust-serde-derive" ,rust-serde-derive-1)
        ("rust-toml" ,rust-toml-0.8)
        ("rust-walkdir" ,rust-walkdir-2)
        ("rust-yansi" ,rust-yansi-1)
        ("rust-zip" ,rust-zip-2))
       #:cargo-development-inputs
       (("rust-assert-cmd" ,rust-assert-cmd-2)
        ("rust-escargot" ,rust-escargot-0.5)
        ("rust-filetime" ,rust-filetime-0.2)
        ("rust-predicates" ,rust-predicates-3)
        ("rust-tempfile" ,rust-tempfile-3))))
         "--skip=test_create_cache_directory_path")))
    (native-inputs
     (list pkg-config))
    (inputs
     (list openssl))
     (cons openssl (cargo-inputs 'tealdeer)))
    (home-page "https://github.com/dbrgn/tealdeer/")
    (synopsis "Fetch and show tldr help pages for many CLI commands")
    (description

M gnu/packages/rust-crates.scm => gnu/packages/rust-crates.scm +274 -0
@@ 3361,6 3361,10 @@
  (crate-source "esaxx-rs" "0.1.10"
                "1rm6vm5yr7s3n5ly7k9x9j6ra5p2l2ld151gnaya8x03qcwf05yq"))

(define rust-escargot-0.5.14
  (crate-source "escargot" "0.5.14"
                "0482wkzl69ilwagbpcx3rwv9f7ynqyiqpkm07z1kyjc00xsm3ww3"))

(define rust-etcetera-0.10.0
  (crate-source "etcetera" "0.10.0"
                "1rka6bskn93pdhx32xaagr147q95z5bnz7ym5xr85jw00wyv3ir6"))


@@ 14708,6 14712,10 @@
  (crate-source "zopfli" "0.8.1"
                "0ip9azz9ldk19m0m1hdppz3n5zcz0cywbg1vx59g4p5c3cwry0g5"))

(define rust-zopfli-0.8.2
  (crate-source "zopfli" "0.8.2"
                "1mqc2np2l47l9r1qkdm41ykgsp6m096z3ipchi4ws17m0pj5xz7d"))

(define rust-zstd-0.13.3
  (crate-source "zstd" "0.13.3"
                "12n0h4w9l526li7jl972rxpyf012jw3nwmji2qbjghv9ll8y67p9"))


@@ 36929,6 36937,272 @@
                                 rust-zune-core-0.4.12
                                 rust-zune-inflate-0.2.54
                                 rust-zune-jpeg-0.4.14))
                     (tealdeer =>
                               (list rust-addr2line-0.24.2
                                     rust-adler2-2.0.0
                                     rust-aho-corasick-1.1.3
                                     rust-anstream-0.6.18
                                     rust-anstyle-1.0.10
                                     rust-anstyle-parse-0.2.6
                                     rust-anstyle-query-1.1.2
                                     rust-anstyle-wincon-3.0.7
                                     rust-anyhow-1.0.98
                                     rust-app-dirs2-2.5.5
                                     rust-arbitrary-1.4.1
                                     rust-assert-cmd-2.0.17
                                     rust-autocfg-1.4.0
                                     rust-backtrace-0.3.74
                                     rust-base64-0.22.1
                                     rust-bitflags-2.9.0
                                     rust-bstr-1.12.0
                                     rust-bumpalo-3.17.0
                                     rust-bytes-1.10.1
                                     rust-cc-1.2.19
                                     rust-cesu8-1.1.0
                                     rust-cfg-if-1.0.0
                                     rust-cfg-aliases-0.2.1
                                     rust-clap-4.5.37
                                     rust-clap-builder-4.5.37
                                     rust-clap-derive-4.5.32
                                     rust-clap-lex-0.7.4
                                     rust-colorchoice-1.0.3
                                     rust-combine-4.6.7
                                     rust-core-foundation-0.9.4
                                     rust-core-foundation-0.10.0
                                     rust-core-foundation-sys-0.8.7
                                     rust-crc32fast-1.4.2
                                     rust-crossbeam-utils-0.8.21
                                     rust-derive-arbitrary-1.4.1
                                     rust-difflib-0.4.0
                                     rust-displaydoc-0.2.5
                                     rust-doc-comment-0.3.3
                                     rust-env-filter-0.1.3
                                     rust-env-logger-0.11.8
                                     rust-equivalent-1.0.2
                                     rust-errno-0.2.8
                                     rust-errno-0.3.11
                                     rust-errno-dragonfly-0.1.2
                                     rust-escargot-0.5.14
                                     rust-fastrand-2.3.0
                                     rust-filetime-0.2.25
                                     rust-flate2-1.1.1
                                     rust-float-cmp-0.10.0
                                     rust-fnv-1.0.7
                                     rust-foreign-types-0.3.2
                                     rust-foreign-types-shared-0.1.1
                                     rust-form-urlencoded-1.2.1
                                     rust-futures-channel-0.3.31
                                     rust-futures-core-0.3.31
                                     rust-futures-io-0.3.31
                                     rust-futures-sink-0.3.31
                                     rust-futures-task-0.3.31
                                     rust-futures-util-0.3.31
                                     rust-getrandom-0.2.15
                                     rust-getrandom-0.3.2
                                     rust-gimli-0.31.1
                                     rust-hashbrown-0.15.2
                                     rust-heck-0.5.0
                                     rust-http-1.3.1
                                     rust-http-body-1.0.1
                                     rust-http-body-util-0.1.3
                                     rust-httparse-1.10.1
                                     rust-hyper-1.6.0
                                     rust-hyper-rustls-0.27.5
                                     rust-hyper-tls-0.6.0
                                     rust-hyper-util-0.1.11
                                     rust-icu-collections-1.5.0
                                     rust-icu-locid-1.5.0
                                     rust-icu-locid-transform-1.5.0
                                     rust-icu-locid-transform-data-1.5.1
                                     rust-icu-normalizer-1.5.0
                                     rust-icu-normalizer-data-1.5.1
                                     rust-icu-properties-1.5.1
                                     rust-icu-properties-data-1.5.1
                                     rust-icu-provider-1.5.0
                                     rust-icu-provider-macros-1.5.0
                                     rust-idna-1.0.3
                                     rust-idna-adapter-1.2.0
                                     rust-indexmap-2.9.0
                                     rust-ipnet-2.11.0
                                     rust-is-terminal-polyfill-1.70.1
                                     rust-itoa-1.0.15
                                     rust-jiff-0.2.9
                                     rust-jiff-static-0.2.9
                                     rust-jni-0.21.1
                                     rust-jni-sys-0.3.0
                                     rust-js-sys-0.3.77
                                     rust-libc-0.2.172
                                     rust-libredox-0.1.3
                                     rust-linux-raw-sys-0.9.4
                                     rust-litemap-0.7.5
                                     rust-log-0.4.27
                                     rust-memchr-2.7.4
                                     rust-mime-0.3.17
                                     rust-miniz-oxide-0.8.8
                                     rust-mio-1.0.3
                                     rust-native-tls-0.2.14
                                     rust-ndk-context-0.1.1
                                     rust-normalize-line-endings-0.3.0
                                     rust-num-traits-0.2.19
                                     rust-object-0.36.7
                                     rust-once-cell-1.21.3
                                     rust-openssl-0.10.72
                                     rust-openssl-macros-0.1.1
                                     rust-openssl-probe-0.1.6
                                     rust-openssl-sys-0.9.107
                                     rust-pager-0.16.1
                                     rust-percent-encoding-2.3.1
                                     rust-pin-project-lite-0.2.16
                                     rust-pin-utils-0.1.0
                                     rust-pkg-config-0.3.32
                                     rust-portable-atomic-1.11.0
                                     rust-portable-atomic-util-0.2.4
                                     rust-ppv-lite86-0.2.21
                                     rust-predicates-3.1.3
                                     rust-predicates-core-1.0.9
                                     rust-predicates-tree-1.0.12
                                     rust-proc-macro2-1.0.95
                                     rust-quinn-0.11.7
                                     rust-quinn-proto-0.11.10
                                     rust-quinn-udp-0.5.11
                                     rust-quote-1.0.40
                                     rust-r-efi-5.2.0
                                     rust-rand-0.9.1
                                     rust-rand-chacha-0.9.0
                                     rust-rand-core-0.9.3
                                     rust-redox-syscall-0.5.11
                                     rust-regex-1.11.1
                                     rust-regex-automata-0.4.9
                                     rust-regex-syntax-0.8.5
                                     rust-reqwest-0.12.15
                                     rust-ring-0.17.14
                                     rust-rustc-demangle-0.1.24
                                     rust-rustc-hash-2.1.1
                                     rust-rustix-1.0.5
                                     rust-rustls-0.23.26
                                     rust-rustls-native-certs-0.8.1
                                     rust-rustls-pemfile-2.2.0
                                     rust-rustls-pki-types-1.11.0
                                     rust-rustls-webpki-0.103.1
                                     rust-rustversion-1.0.20
                                     rust-ryu-1.0.20
                                     rust-same-file-1.0.6
                                     rust-schannel-0.1.27
                                     rust-security-framework-2.11.1
                                     rust-security-framework-3.2.0
                                     rust-security-framework-sys-2.14.0
                                     rust-serde-1.0.219
                                     rust-serde-derive-1.0.219
                                     rust-serde-json-1.0.140
                                     rust-serde-spanned-0.6.8
                                     rust-serde-urlencoded-0.7.1
                                     rust-shlex-1.3.0
                                     rust-simd-adler32-0.3.7
                                     rust-slab-0.4.9
                                     rust-smallvec-1.15.0
                                     rust-socket2-0.5.9
                                     rust-stable-deref-trait-1.2.0
                                     rust-subtle-2.6.1
                                     rust-syn-2.0.100
                                     rust-sync-wrapper-1.0.2
                                     rust-synstructure-0.13.1
                                     rust-tempfile-3.19.1
                                     rust-terminal-size-0.4.2
                                     rust-termtree-0.5.1
                                     rust-thiserror-1.0.69
                                     rust-thiserror-2.0.12
                                     rust-thiserror-impl-1.0.69
                                     rust-thiserror-impl-2.0.12
                                     rust-tinystr-0.7.6
                                     rust-tinyvec-1.9.0
                                     rust-tinyvec-macros-0.1.1
                                     rust-tokio-1.44.2
                                     rust-tokio-native-tls-0.3.1
                                     rust-tokio-rustls-0.26.2
                                     rust-toml-0.8.20
                                     rust-toml-datetime-0.6.8
                                     rust-toml-edit-0.22.24
                                     rust-tower-0.5.2
                                     rust-tower-layer-0.3.3
                                     rust-tower-service-0.3.3
                                     rust-tracing-0.1.41
                                     rust-tracing-core-0.1.33
                                     rust-try-lock-0.2.5
                                     rust-unicode-ident-1.0.18
                                     rust-untrusted-0.9.0
                                     rust-url-2.5.4
                                     rust-utf16-iter-1.0.5
                                     rust-utf8-iter-1.0.4
                                     rust-utf8parse-0.2.2
                                     rust-vcpkg-0.2.15
                                     rust-wait-timeout-0.2.1
                                     rust-walkdir-2.5.0
                                     rust-want-0.3.1
                                     rust-wasi-0.11.0+wasi-snapshot-preview1
                                     rust-wasi-0.14.2+wasi-0.2.4
                                     rust-wasm-bindgen-0.2.100
                                     rust-wasm-bindgen-backend-0.2.100
                                     rust-wasm-bindgen-futures-0.4.50
                                     rust-wasm-bindgen-macro-0.2.100
                                     rust-wasm-bindgen-macro-support-0.2.100
                                     rust-wasm-bindgen-shared-0.2.100
                                     rust-web-sys-0.3.77
                                     rust-web-time-1.1.0
                                     rust-webpki-roots-0.26.8
                                     rust-winapi-0.3.9
                                     rust-winapi-i686-pc-windows-gnu-0.4.0
                                     rust-winapi-util-0.1.9
                                     rust-winapi-x86-64-pc-windows-gnu-0.4.0
                                     rust-windows-link-0.1.1
                                     rust-windows-registry-0.4.0
                                     rust-windows-result-0.3.2
                                     rust-windows-strings-0.3.1
                                     rust-windows-sys-0.45.0
                                     rust-windows-sys-0.52.0
                                     rust-windows-sys-0.59.0
                                     rust-windows-targets-0.42.2
                                     rust-windows-targets-0.52.6
                                     rust-windows-targets-0.53.0
                                     rust-windows-aarch64-gnullvm-0.42.2
                                     rust-windows-aarch64-gnullvm-0.52.6
                                     rust-windows-aarch64-gnullvm-0.53.0
                                     rust-windows-aarch64-msvc-0.42.2
                                     rust-windows-aarch64-msvc-0.52.6
                                     rust-windows-aarch64-msvc-0.53.0
                                     rust-windows-i686-gnu-0.42.2
                                     rust-windows-i686-gnu-0.52.6
                                     rust-windows-i686-gnu-0.53.0
                                     rust-windows-i686-gnullvm-0.52.6
                                     rust-windows-i686-gnullvm-0.53.0
                                     rust-windows-i686-msvc-0.42.2
                                     rust-windows-i686-msvc-0.52.6
                                     rust-windows-i686-msvc-0.53.0
                                     rust-windows-x86-64-gnu-0.42.2
                                     rust-windows-x86-64-gnu-0.52.6
                                     rust-windows-x86-64-gnu-0.53.0
                                     rust-windows-x86-64-gnullvm-0.42.2
                                     rust-windows-x86-64-gnullvm-0.52.6
                                     rust-windows-x86-64-gnullvm-0.53.0
                                     rust-windows-x86-64-msvc-0.42.2
                                     rust-windows-x86-64-msvc-0.52.6
                                     rust-windows-x86-64-msvc-0.53.0
                                     rust-winnow-0.7.6
                                     rust-wit-bindgen-rt-0.39.0
                                     rust-write16-1.0.0
                                     rust-writeable-0.5.5
                                     rust-xdg-2.5.2
                                     rust-yansi-1.0.1
                                     rust-yoke-0.7.5
                                     rust-yoke-derive-0.7.5
                                     rust-zerocopy-0.8.24
                                     rust-zerocopy-derive-0.8.24
                                     rust-zerofrom-0.1.6
                                     rust-zerofrom-derive-0.1.6
                                     rust-zeroize-1.8.1
                                     rust-zerovec-0.10.4
                                     rust-zerovec-derive-0.10.3
                                     rust-zip-2.6.1
                                     rust-zopfli-0.8.2))
                     (tectonic =>
                               (list rust-addr2line-0.24.2
                                     rust-adler2-2.0.0