me
/
guix
Archived
1
0
Fork 0

gnu: rust-vte@0.9: New package version.

* gnu/packages/crates-io.scm (rust-vte-0.9): New public variable.
master
Tobias Geerinckx-Rice 2021-03-23 18:48:37 +01:00
parent 56b0568450
commit 7932034d07
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 14 additions and 0 deletions

View File

@ -47573,6 +47573,20 @@ updated when the crate version changes.")
"This package provides a parser for implementing terminal emulators.")
(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
(package
(inherit rust-vte-0.10)