mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: rust-syntect-3: Drop minor version from name.
* gnu/packages/crates-io.scm (rust-syntect-3): Drop minor version from name. (rust-better-panic-0.2): Apply renaming.
This commit is contained in:
parent
6fe06eb292
commit
e903a78e6d
1 changed files with 2 additions and 2 deletions
|
@ -3229,7 +3229,7 @@ (define-public rust-better-panic-0.2
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-backtrace" ,rust-backtrace-0.3)
|
(("rust-backtrace" ,rust-backtrace-0.3)
|
||||||
("rust-console" ,rust-console-0.9)
|
("rust-console" ,rust-console-0.9)
|
||||||
("rust-syntect" ,rust-syntect-3.3))))
|
("rust-syntect" ,rust-syntect-3))))
|
||||||
(home-page "https://github.com/mitsuhiko/better-panic")
|
(home-page "https://github.com/mitsuhiko/better-panic")
|
||||||
(synopsis "Pretty backtraces inspired by Python's tracebacks")
|
(synopsis "Pretty backtraces inspired by Python's tracebacks")
|
||||||
(description
|
(description
|
||||||
|
@ -35553,7 +35553,7 @@ (define-public rust-syntect-4
|
||||||
intelligence using Sublime Text's grammars.")
|
intelligence using Sublime Text's grammars.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-syntect-3.3
|
(define-public rust-syntect-3
|
||||||
(package
|
(package
|
||||||
(inherit rust-syntect-4)
|
(inherit rust-syntect-4)
|
||||||
(name "rust-syntect")
|
(name "rust-syntect")
|
||||||
|
|
Loading…
Reference in a new issue