mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-vte@0.9: New package version.
* gnu/packages/crates-io.scm (rust-vte-0.9): New public variable.
This commit is contained in:
parent
56b0568450
commit
7932034d07
1 changed files with 14 additions and 0 deletions
|
@ -47573,6 +47573,20 @@ updated when the crate version changes.")
|
||||||
"This package provides a parser for implementing terminal emulators.")
|
"This package provides a parser for implementing terminal emulators.")
|
||||||
(license (list license:asl2.0 license:expat))))
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
|
(define-public rust-vte-0.9
|
||||||
|
(package
|
||||||
|
(inherit rust-vte-0.10)
|
||||||
|
(name "rust-vte")
|
||||||
|
(version "0.9.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "vte" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0yjl1jzlrk617kwk445mg9zmc71nxvwghhgsxfqhmm9401hlaxvf"))))))
|
||||||
|
|
||||||
(define-public rust-vte-0.3
|
(define-public rust-vte-0.3
|
||||||
(package
|
(package
|
||||||
(inherit rust-vte-0.10)
|
(inherit rust-vte-0.10)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue