guix-commits
[Top][All Lists]
Advanced

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

30/189: gnu: rust-tinytemplate-1: Update to 1.1.0.


From: guix-commits
Subject: 30/189: gnu: rust-tinytemplate-1: Update to 1.1.0.
Date: Mon, 21 Sep 2020 06:00:59 -0400 (EDT)

arunisaac pushed a commit to branch wip-swc
in repository guix.

commit bae70312be3b8e10f5127558518af911fb899854
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Tue Sep 15 22:57:00 2020 +0530

    gnu: rust-tinytemplate-1: Update to 1.1.0.
    
    * gnu/packages/crates-io.scm (rust-tinytemplate-1): Update to 1.1.0.
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1f4cd52..9d9e96b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -26796,7 +26796,7 @@ in Rust.")
 (define-public rust-tinytemplate-1
   (package
     (name "rust-tinytemplate")
-    (version "1.0.3")
+    (version "1.1.0")
     (source
      (origin
        (method url-fetch)
@@ -26805,7 +26805,7 @@ in Rust.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "06ipxjwl1w6synvql8b50qxbqv0w04agvmmfqcdynr9ygmkcd8sp"))))
+         "0by1k1hdz6jgv4ykd0izirwsm6p3qb6s9g1jb4ffqg500ihcfgbd"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t



reply via email to

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