guix-commits
[Top][All Lists]
Advanced

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

18/40: gnu: rust-unindent-0.1: Update to 0.1.7.


From: guix-commits
Subject: 18/40: gnu: rust-unindent-0.1: Update to 0.1.7.
Date: Sat, 23 Jan 2021 19:33:24 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit a74dc3e02fe4d40f1e284fb5b6e7f95ec11dbb51
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 24 00:25:15 2021 +0100

    gnu: rust-unindent-0.1: Update to 0.1.7.
    
    * gnu/packages/crates-io.scm (rust-unindent-0.1): Update to 0.1.7.
---
 gnu/packages/crates-io.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 183aff4..b4d520c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -39203,14 +39203,14 @@ or XID_Continue properties according to Unicode 
Standard Annex #31.")
 (define-public rust-unindent-0.1
   (package
     (name "rust-unindent")
-    (version "0.1.6")
+    (version "0.1.7")
     (source
       (origin
         (method url-fetch)
         (uri (crate-uri "unindent" version))
-        (file-name (string-append name "-" version ".crate"))
+        (file-name (string-append name "-" version ".tar.gz"))
         (sha256
-         (base32 "0hl9l4w9mhv5qacx7cirm6rarrphw35b5syw2plx13vz884dfhdg"))))
+         (base32 "1is1gmx1l89z426rn3xsi0mii4vhy2imhqmhx8x2pd8mji6y0kpi"))))
     (build-system cargo-build-system)
     (home-page "https://github.com/dtolnay/indoc";)
     (synopsis "Remove a column of leading whitespace from a string")



reply via email to

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