me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-gix-config-0.31.

* gnu/packages/crates-vcs.scm (rust-gix-config-0.31): New variable.
(rust-gix-config-0.30): Inherit from rust-gix-config-0.31.

Change-Id: Ic208ed665f588d0f523063796a9551ba38cd1584
master
Efraim Flashner 2024-01-03 09:54:42 +02:00
parent 683bbec672
commit 39692b417b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 38 additions and 8 deletions

View File

@ -996,8 +996,45 @@ package provides read only access to git commitgraph file.")
("rust-serde" ,rust-serde-1)
("rust-thiserror" ,rust-thiserror-1))))))
(define-public rust-gix-config-0.31
(package
(name "rust-gix-config")
(version "0.31.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "gix-config" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1fzraij8rb98j71id939qc56nzaqfaqp8ln3kcvhjv66nk39ibjw"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
("rust-document-features" ,rust-document-features-0.2)
("rust-gix-config-value" ,rust-gix-config-value-0.14)
("rust-gix-features" ,rust-gix-features-0.36)
("rust-gix-glob" ,rust-gix-glob-0.14)
("rust-gix-path" ,rust-gix-path-0.10)
("rust-gix-ref" ,rust-gix-ref-0.38)
("rust-gix-sec" ,rust-gix-sec-0.10)
("rust-memchr" ,rust-memchr-2)
("rust-once-cell" ,rust-once-cell-1)
("rust-serde" ,rust-serde-1)
("rust-smallvec" ,rust-smallvec-1)
("rust-thiserror" ,rust-thiserror-1)
("rust-unicode-bom" ,rust-unicode-bom-2)
("rust-winnow" ,rust-winnow-0.5))
#:cargo-development-inputs (("rust-criterion" ,rust-criterion-0.5))))
(home-page "https://github.com/Byron/gitoxide")
(synopsis "Git-config file parser and editor from the Gitoxide project")
(description
"A git-config file parser and editor from the Gitoxide project. Gitoxide
is a pure Rust implementation of Git.")
(license (list license:expat license:asl2.0))))
(define-public rust-gix-config-0.30
(package
(inherit rust-gix-config-0.31)
(name "rust-gix-config")
(version "0.30.0")
(source
@ -1007,7 +1044,6 @@ package provides read only access to git commitgraph file.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1dcaz3ylf2x763mjfg7jd4qhx65c8l7zqzp3g9kkyza8815m2wf1"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-bstr" ,rust-bstr-1)
@ -1026,13 +1062,7 @@ package provides read only access to git commitgraph file.")
("rust-unicode-bom" ,rust-unicode-bom-2)
("rust-winnow" ,rust-winnow-0.5))
#:cargo-development-inputs
(("rust-criterion" ,rust-criterion-0.5))))
(home-page "https://github.com/Byron/gitoxide")
(synopsis "Git-config file parser and editor from the Gitoxide project")
(description
"A git-config file parser and editor from the Gitoxide project. Gitoxide
is a pure Rust implementation of Git.")
(license (list license:expat license:asl2.0))))
(("rust-criterion" ,rust-criterion-0.5))))))
(define-public rust-gix-config-0.23
(package