mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-26 11:01:48 +02:00
gnu: nu-plugin-gstat: Update to 0.103.0.
* gnu/packages/nushell.scm (nu-plugin-gstat): Update to 0.103.0. [inputs]: Use ‘cargo-inputs’. Replace libgit2-1.8 with libgit2-1.9. [arguments]: Remove #:cargo-inputs. <#:install-source?>: Disable. * gnu/packages/rust-crates.scm (lookup-cargo-inputs)[nu-plugin-gstat]: New entry. Change-Id: I9f588b478d9224146560ccc4e9971505d89ea981
This commit is contained in:
@@ -123,21 +123,20 @@ of commands called a ``pipeline''.")
|
||||
(define-public nu-plugin-gstat
|
||||
(package
|
||||
(name "nu-plugin-gstat")
|
||||
(version "0.101.0")
|
||||
(version "0.103.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "nu_plugin_gstat" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1jpxbgkffwxh02ccjxd9mkb0z1j0c58mh75vw1c62g74775mdkpc"))))
|
||||
(base32 "0ys9n9hw1sh3m7j9nd7cr4whr0s3piiz5jpzghcpbi9frslgzbhf"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-git2" ,rust-git2-0.19)
|
||||
("rust-nu-plugin" ,rust-nu-plugin-0.101)
|
||||
("rust-nu-protocol" ,rust-nu-protocol-0.101))))
|
||||
`(#:install-source? #f))
|
||||
(native-inputs (list pkg-config))
|
||||
(inputs (list libgit2-1.8 libssh2 openssl zlib))
|
||||
(inputs
|
||||
(cons* libgit2-1.9 libssh2 openssl zlib (cargo-inputs 'nu-plugin-gstat)))
|
||||
(home-page
|
||||
"https://github.com/nushell/nushell/tree/main/crates/nu_plugin_gstat")
|
||||
(synopsis "Git status plugin for Nushell")
|
||||
|
||||
Reference in New Issue
Block a user