guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: gnu: rust-vte@0.9: New package version.


From: guix-commits
Subject: 04/06: gnu: rust-vte@0.9: New package version.
Date: Tue, 23 Mar 2021 16:10:10 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7932034d071793f3ef79f36f0d7cf23a8d2600f9
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Mar 23 18:48:37 2021 +0100

    gnu: rust-vte@0.9: New package version.
    
    * gnu/packages/crates-io.scm (rust-vte-0.9): New public variable.
---
 gnu/packages/crates-io.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 23a9955..30b3c55 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]